summaryrefslogtreecommitdiff
path: root/Lib/textwrap.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-05-12 20:19:37 +0000
committerTim Peters <tim.peters@gmail.com>2003-05-12 20:19:37 +0000
commitc7513d06e2a221731d63c58784f5c6baeb21f7d4 (patch)
treebdbcbf3386cf547505682920178980c92aa0c578 /Lib/textwrap.py
parent6cef22127203addf5289a34bed7e7f4a6652edd3 (diff)
downloadcpython-c7513d06e2a221731d63c58784f5c6baeb21f7d4.tar.gz
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 f878e52d19..452ea5c2ed 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: