Skip to content

Commit 823a321

Browse files
committed
Remove extra D
1 parent eea541f commit 823a321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_wrap_and_indent():
4848
]
4949

5050
r = list(logging.wrap_and_indent("12345678 12345 123 1 123456 1234567890",
51-
indent=3, width=8, hang="ABCD"))
51+
indent=3, width=8, hang="ABC"))
5252
assert r == [
5353
"ABC",
5454
" 12345678",

0 commit comments

Comments
 (0)