Whitespace normalization.

This commit is contained in:
Tim Peters 2003-05-12 20:19:37 +00:00
parent 0ff2ee0561
commit c2659cff5d
7 changed files with 24 additions and 25 deletions

View file

@ -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: