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: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: kbriggs, loewis
Priority: normal Keywords:

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

Messages (2)
msg30915 - (view) Author: Keith Briggs (kbriggs) Date: 2007-01-04 10:06
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.
msg30916 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-01-04 21:09
This is a duplicate of 1627956.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44407
2007-01-04 10:06:52kbriggscreate