From 236d37900e7ea1f988794245a730fcffa3fb31c1 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Wed, 26 Aug 2020 09:58:42 -0400 Subject: [PATCH] Trim comment lines --- src/allmydata/test/web/test_web.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/allmydata/test/web/test_web.py b/src/allmydata/test/web/test_web.py index 8723509bc..b1288f991 100644 --- a/src/allmydata/test/web/test_web.py +++ b/src/allmydata/test/web/test_web.py @@ -652,9 +652,8 @@ class MultiFormatResourceTests(TrialTestCase): def resource(self): """ - Create and return an instance of a ``MultiFormatResource`` - subclass with a default HTML format, and two custom formats: - ``a`` and ``b``. + Create and return an instance of a ``MultiFormatResource`` subclass + with a default HTML format, and two custom formats: ``a`` and ``b``. """ class Content(MultiFormatResource):