Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation error for "startswith" string method #44407

Closed
kbriggs mannequin opened this issue Jan 4, 2007 · 2 comments
Closed

documentation error for "startswith" string method #44407

kbriggs mannequin opened this issue Jan 4, 2007 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@kbriggs
Copy link
Mannequin

kbriggs mannequin commented Jan 4, 2007

BPO 1627690
Nosy @loewis

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2007-01-04.21:09:45.000>
created_at = <Date 2007-01-04.10:06:52.000>
labels = ['docs']
title = 'documentation error for "startswith" string method'
updated_at = <Date 2007-01-04.21:09:45.000>
user = 'https://bugs.python.org/kbriggs'

bugs.python.org fields:

activity = <Date 2007-01-04.21:09:45.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2007-01-04.10:06:52.000>
creator = 'kbriggs'
dependencies = []
files = []
hgrepos = []
issue_num = 1627690
keywords = []
message_count = 2.0
messages = ['30915', '30916']
nosy_count = 2.0
nosy_names = ['loewis', 'kbriggs']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1627690'
versions = ['Python 2.5']

@kbriggs
Copy link
Mannequin Author

kbriggs mannequin commented Jan 4, 2007

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.

@kbriggs kbriggs mannequin closed this as completed Jan 4, 2007
@kbriggs kbriggs mannequin added the docs Documentation in the Doc dir label Jan 4, 2007
@loewis
Copy link
Mannequin

loewis mannequin commented Jan 4, 2007

This is a duplicate of 1627956.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

0 participants