Trim comment lines

This commit is contained in:
Sajith Sasidharan 2020-08-26 09:58:42 -04:00
parent 25f1a41886
commit 236d37900e

View File

@ -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):