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

str.find docstring typo #47820

Closed
andyharrington mannequin opened this issue Aug 16, 2008 · 2 comments
Closed

str.find docstring typo #47820

andyharrington mannequin opened this issue Aug 16, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@andyharrington
Copy link
Mannequin

andyharrington mannequin commented Aug 16, 2008

BPO 3570
Nosy @birkenfeld, @benjaminp

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 = 'https://github.com/birkenfeld'
closed_at = <Date 2008-08-17.17:22:12.270>
created_at = <Date 2008-08-16.21:22:24.284>
labels = ['docs']
title = 'str.find docstring typo'
updated_at = <Date 2008-08-17.17:22:12.201>
user = 'https://bugs.python.org/andyharrington'

bugs.python.org fields:

activity = <Date 2008-08-17.17:22:12.201>
actor = 'benjamin.peterson'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-08-17.17:22:12.270>
closer = 'benjamin.peterson'
components = ['Documentation']
creation = <Date 2008-08-16.21:22:24.284>
creator = 'andyharrington'
dependencies = []
files = []
hgrepos = []
issue_num = 3570
keywords = []
message_count = 2.0
messages = ['71240', '71285']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'andyharrington', 'benjamin.peterson']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue3570'
versions = ['Python 2.5']

@andyharrington
Copy link
Mannequin Author

andyharrington mannequin commented Aug 16, 2008

When you enter help("".find)
you get
...
such that sub is contained within s[start,end]
...

s[start, end] makes no sense. It should be s[start:end].

@andyharrington andyharrington mannequin added the docs Documentation in the Doc dir label Aug 16, 2008
@benjaminp
Copy link
Contributor

This has been fixed in the trunk.

@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

2 participants