We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52a327 commit b4ebcfeCopy full SHA for b4ebcfe
tests/test_style_doc.py
@@ -223,4 +223,4 @@ def test_format_docstring_wraps_blockquote_and_keeps_prefix(self):
223
> wrapped and keep the prefix.
224
"""
225
226
- self.assertEqual(style_docstring(test_docstring, 119)[0], expected_result)
+ self.assertEqual(style_docstring(test_docstring, 32)[0], expected_result)
0 commit comments