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

In the glossary there is a small typo about __len__() in the sequence definition #60342

Closed
py-user mannequin opened this issue Oct 4, 2012 · 3 comments
Closed

In the glossary there is a small typo about __len__() in the sequence definition #60342

py-user mannequin opened this issue Oct 4, 2012 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@py-user
Copy link
Mannequin

py-user mannequin commented Oct 4, 2012

BPO 16138
Nosy @asvetlov, @py-user

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 2012-10-05.10:28:19.332>
created_at = <Date 2012-10-04.22:46:19.503>
labels = ['docs']
title = 'In the glossary there is a small typo about __len__() in the sequence definition'
updated_at = <Date 2012-10-05.10:28:19.310>
user = 'https://github.com/py-user'

bugs.python.org fields:

activity = <Date 2012-10-05.10:28:19.310>
actor = 'asvetlov'
assignee = 'docs@python'
closed = True
closed_date = <Date 2012-10-05.10:28:19.332>
closer = 'asvetlov'
components = ['Documentation']
creation = <Date 2012-10-04.22:46:19.503>
creator = 'py.user'
dependencies = []
files = []
hgrepos = []
issue_num = 16138
keywords = []
message_count = 3.0
messages = ['172013', '172066', '172067']
nosy_count = 4.0
nosy_names = ['asvetlov', 'docs@python', 'py.user', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue16138'
versions = ['Python 3.3']

@py-user
Copy link
Mannequin Author

py-user mannequin commented Oct 4, 2012

http://docs.python.org/py3k/glossary.html#term-sequence

"and defines a len() method that returns the length of the sequence"

change to

"and defines a __len__() special method that returns the length of the sequence"

@py-user py-user mannequin assigned docspython Oct 4, 2012
@py-user py-user mannequin added the docs Documentation in the Doc dir label Oct 4, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 5, 2012

New changeset 7cf0d8b2744b by Andrew Svetlov in branch '3.2':
Issue bpo-16138: fix typo.
http://hg.python.org/cpython/rev/7cf0d8b2744b

New changeset a093d39fdda4 by Andrew Svetlov in branch '3.3':
Merge issue bpo-16138: fix typo.
http://hg.python.org/cpython/rev/a093d39fdda4

New changeset cbb9b5dcb88a by Andrew Svetlov in branch 'default':
Merge issue bpo-16138: fix typo.
http://hg.python.org/cpython/rev/cbb9b5dcb88a

@asvetlov
Copy link
Contributor

asvetlov commented Oct 5, 2012

Fixed. Thanks to py.user

@asvetlov asvetlov closed this as completed Oct 5, 2012
@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

1 participant