mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
#4544: add dedent
to textwrap.__all__.
This commit is contained in:
parent
e70ff4bf0d
commit
3129ea2e05
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ import string, re
|
|||
#except NameError:
|
||||
# (True, False) = (1, 0)
|
||||
|
||||
__all__ = ['TextWrapper', 'wrap', 'fill']
|
||||
__all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
|
||||
|
||||
# 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