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.

Author Bob Dowling
Recipients Bob Dowling
Date 2019-10-08.13:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570543194.25.0.196797196101.issue38409@roundup.psfhosted.org>
In-reply-to
Content
The doc string for str.strip() has a typo: the "d" at the end of "removed" is missing.

help(str.strip)

Currently:
Return a copy of the string with leading and trailing whitespace remove.

Should be:
Return a copy of the string with leading and trailing whitespace removed.

I have attached an offered patch.
History
Date User Action Args
2019-10-08 13:59:54Bob Dowlingsetrecipients: + Bob Dowling
2019-10-08 13:59:54Bob Dowlingsetmessageid: <1570543194.25.0.196797196101.issue38409@roundup.psfhosted.org>
2019-10-08 13:59:54Bob Dowlinglinkissue38409 messages
2019-10-08 13:59:54Bob Dowlingcreate