diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/textwrap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/textwrap.py b/Lib/textwrap.py index 6a2021d..867b9d9 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -9,7 +9,7 @@ __revision__ = "$Id$" import string, re -__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 |