summaryrefslogtreecommitdiffstats
path: root/Lib/textwrap.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-05-12 20:19:37 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-05-12 20:19:37 (GMT)
commitc2659cff5d88b81b6d9cc739ecc457a9ed357c58 (patch)
tree91de46cbaeee8ce7c3139b9b971a810326a2fcbc /Lib/textwrap.py
parent0ff2ee0561302f8a5ce456e4c5c74acbf6ed73c5 (diff)
downloadcpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.zip
cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.tar.gz
cpython-c2659cff5d88b81b6d9cc739ecc457a9ed357c58.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/textwrap.py')
-rw-r--r--Lib/textwrap.py2
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: