Issue 12223: Datamodel documentation page: 'operator' where 'operand' should be (original) (raw)

Issue12223

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/56432

classification

Title: Datamodel documentation page: 'operator' where 'operand' should be
Type: Stage:
Components: Documentation Versions: Python 2.7

process

Status: closed Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Vladimir.M., docs@python, eli.bendersky, eric.araujo, python-dev
Priority: normal Keywords:

Created on 2011-05-31 09:42 by Vladimir.M., last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg137352 - (view) Author: Vladimir M. (Vladimir.M.) Date: 2011-05-31 09:42
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".
msg137557 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-03 17:00
Thanks for catching this. Is this the only instance of the typo, or are there any others in reference/datamodel or library/operator?
msg138054 - (view) Author: Eli Bendersky (eli.bendersky) * (Python committer) Date: 2011-06-10 07:26
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.
msg138055 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-06-10 07:36
New changeset 3bb5400f5bea by Eli Bendersky in branch '2.7': Issue #12223: Typo fix in datamodel docs http://hg.python.org/cpython/rev/3bb5400f5bea
History
Date User Action Args
2022-04-11 14:57:18 admin set github: 56432
2011-06-24 11:25:20 eli.bendersky set status: open -> closed
2011-06-10 07:36:52 python-dev set nosy: + python-devmessages: +
2011-06-10 07:26:16 eli.bendersky set messages: +
2011-06-03 17:00:02 eric.araujo set nosy: + eric.araujomessages: +
2011-05-31 16:19:02 eli.bendersky set nosy: + eli.bendersky
2011-05-31 09:42:54 Vladimir.M. create