summaryrefslogtreecommitdiff
path: root/Lib/textwrap.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-16 13:07:53 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-16 13:07:53 +0300
commit3e4b52875e0162b536817da93f54b1988195c3ab (patch)
tree404f98b87917fe2cb6a5c63ad6fe6c130d171707 /Lib/textwrap.py
parent25324971fb3922a9e7f01380b23227416d753757 (diff)
downloadcpython-git-3e4b52875e0162b536817da93f54b1988195c3ab.tar.gz
Add shorten to __all_ (issues #18585 and #18725).
Diffstat (limited to 'Lib/textwrap.py')
-rw-r--r--Lib/textwrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/textwrap.py b/Lib/textwrap.py
index 15a7534e29..24891804dd 100644
--- a/Lib/textwrap.py
+++ b/Lib/textwrap.py
@@ -7,7 +7,7 @@
import re
-__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent']
+__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten']
# Hardcode the recognized whitespace characters to the US-ASCII
# whitespace characters. The main reason for doing this is that in