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 eea541f commit 823a321Copy full SHA for 823a321
tests/test_logging.py
@@ -48,7 +48,7 @@ def test_wrap_and_indent():
48
]
49
50
r = list(logging.wrap_and_indent("12345678 12345 123 1 123456 1234567890",
51
- indent=3, width=8, hang="ABCD"))
+ indent=3, width=8, hang="ABC"))
52
assert r == [
53
"ABC",
54
" 12345678",
0 commit comments