]> granicus.if.org Git - python/commit
Fix the default placeholder in textwrap.shorten() to be " [...]".
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 16 Aug 2013 20:31:12 +0000 (22:31 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 16 Aug 2013 20:31:12 +0000 (22:31 +0200)
commitc593056744559102f79f82c8b87da05d9a0450ca
treefe06dd9c9f8ab35f2d8d59a99c8e488b4655b23a
parent05eafa887b8c8046c0045f53eac1383caaed2b6e
Fix the default placeholder in textwrap.shorten() to be " [...]".
For some reason I forgot to do it before committing the patch in issue #18585.
Doc/library/textwrap.rst
Lib/test/test_textwrap.py
Lib/textwrap.py