Kaydet (Commit) 3129ea2e authored tarafından Georg Brandl's avatar Georg Brandl

#4544: add `dedent` to textwrap.__all__.

üst e70ff4bf
...@@ -17,7 +17,7 @@ import string, re ...@@ -17,7 +17,7 @@ import string, re
#except NameError: #except NameError:
# (True, False) = (1, 0) # (True, False) = (1, 0)
__all__ = ['TextWrapper', 'wrap', 'fill'] __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
# Hardcode the recognized whitespace characters to the US-ASCII # Hardcode the recognized whitespace characters to the US-ASCII
# whitespace characters. The main reason for doing this is that in # whitespace characters. The main reason for doing this is that in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment