diff options
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: |