We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05ae0d commit c3d6b2dCopy full SHA for c3d6b2d
fire/docstrings_test.py
@@ -216,8 +216,10 @@ def test_multisection_docstring(self):
216
docstring_info = docstrings.parse(docstring)
217
expected_docstring_info = DocstringInfo(
218
summary='Docstring summary.',
219
- description='This is the first section of a docstring description.\n\n'
220
- 'This is the second section of a docstring description. This docstring\n'
+ description='This is the first section of a docstring description.'
+ '\n\n'
221
+ 'This is the second section of a docstring description. This docstring'
222
+ '\n'
223
'description has just two sections.',
224
)
225
self.assertEqual(docstring_info, expected_docstring_info)
0 commit comments