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

Datamodel documentation page: 'operator' where 'operand' should be #56432

Closed
VladimirM mannequin opened this issue May 31, 2011 · 4 comments
Closed

Datamodel documentation page: 'operator' where 'operand' should be #56432

VladimirM mannequin opened this issue May 31, 2011 · 4 comments
Labels
docs Documentation in the Doc dir

Comments

@VladimirM
Copy link
Mannequin

VladimirM mannequin commented May 31, 2011

BPO 12223
Nosy @merwok

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 2011-06-24.11:25:20.585>
created_at = <Date 2011-05-31.09:42:54.488>
labels = ['docs']
title = "Datamodel documentation page: 'operator' where 'operand' should be"
updated_at = <Date 2011-06-24.11:25:20.584>
user = 'https://bugs.python.org/VladimirM'

bugs.python.org fields:

activity = <Date 2011-06-24.11:25:20.584>
actor = 'eli.bendersky'
assignee = 'docs@python'
closed = True
closed_date = <Date 2011-06-24.11:25:20.585>
closer = 'eli.bendersky'
components = ['Documentation']
creation = <Date 2011-05-31.09:42:54.488>
creator = 'Vladimir.M.'
dependencies = []
files = []
hgrepos = []
issue_num = 12223
keywords = []
message_count = 4.0
messages = ['137352', '137557', '138054', '138055']
nosy_count = 5.0
nosy_names = ['eric.araujo', 'eli.bendersky', 'docs@python', 'python-dev', 'Vladimir.M.']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue12223'
versions = ['Python 2.7']

@VladimirM
Copy link
Mannequin Author

VladimirM mannequin commented May 31, 2011

The page at (http://docs.python.org/reference/datamodel.html) says:
"In x * y, if one operator is a sequence that implements sequence repetition".

Obviuosly, it should be changed to:
"In x * y, if one operand is a sequence that implements sequence repetition".

@VladimirM VladimirM mannequin assigned docspython May 31, 2011
@VladimirM VladimirM mannequin added the docs Documentation in the Doc dir label May 31, 2011
@merwok
Copy link
Member

merwok commented Jun 3, 2011

Thanks for catching this. Is this the only instance of the typo, or are there any others in reference/datamodel or library/operator?

@elibendersky
Copy link
Mannequin

elibendersky mannequin commented Jun 10, 2011

From a cursory look at reference/datamodel and library/operator, I see no other instances of this error. I didn't read every word, however (just grepped for possible operator/operand mismatches).

Also, AFAICS this error is only in 2.7 - the 3.x docs don't have the relevant paragraphs at all.

@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 10, 2011

New changeset 3bb5400f5bea by Eli Bendersky in branch '2.7':
Issue bpo-12223: Typo fix in datamodel docs
http://hg.python.org/cpython/rev/3bb5400f5bea

@elibendersky elibendersky mannequin closed this as completed Jun 24, 2011
@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