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: documentation error for "startswith" string method
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, kbriggs
Priority: normal Keywords:

Created on 2007-01-04 16:21 by kbriggs, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg30918 - (view) Author: Keith Briggs (kbriggs) Date: 2007-01-04 16:21
At http://docs.python.org/lib/string-methods.html#l2h-241, I think 

prefix can also be a tuple of suffixes to look for.

should be 

prefix can also be a tuple of prefixes to look for.
msg30919 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2007-01-05 14:15
Fixed; thanks!
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44409
2007-01-04 16:21:03kbriggscreate