mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
parent
25324971fb
commit
3e4b52875e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue