This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: typo in textwrap doc page
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: drewp, rhettinger
Priority: normal Keywords:

Created on 2004-02-08 13:29 by drewp, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19938 - (view) Author: Drew Perttula (drewp) Date: 2004-02-08 13:29
from
http://www.python.org/doc/current/lib/module-textwrap.html

dedent(text)
    Remove any whitespace than can be uniformly removed
from the left of every line in text.


^ 'than' looks like a typo for 'that'. 
msg19939 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-02-08 20:10
Logged In: YES 
user_id=80475

Fixed.  Thanks for the report.
History
Date User Action Args
2022-04-11 14:56:02adminsetgithub: 39915
2004-02-08 13:29:41drewpcreate