diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-05-12 20:19:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-05-12 20:19:37 (GMT) |
commit | c2659cff5d88b81b6d9cc739ecc457a9ed357c58 (patch) | |
tree | 91de46cbaeee8ce7c3139b9b971a810326a2fcbc /Lib/textwrap.py | |
parent | 0ff2ee0561302f8a5ce456e4c5c74acbf6ed73c5 (diff) | |
download | cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.zip cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.tar.gz cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/textwrap.py')
-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 f878e52..452ea5c 100644 --- a/Lib/textwrap.py +++ b/Lib/textwrap.py @@ -318,7 +318,7 @@ def dedent(text): This can be used e.g. to make triple-quoted strings line up with the left edge of screen/whatever, while still presenting it in the - source code in indented form. + source code in indented form. For example: |