Skip to content

Commit 3e4b528

Browse files
Add shorten to __all_ (issues #18585 and #18725).
1 parent 2532497 commit 3e4b528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/textwrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import re
99

10-
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent']
10+
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten']
1111

1212
# Hardcode the recognized whitespace characters to the US-ASCII
1313
# whitespace characters. The main reason for doing this is that in

0 commit comments

Comments
 (0)