[issue12223] Datamodel documentation page: 'operator' where 'operand' should be

2011-06-24 Thread Eli Bendersky
Changes by Eli Bendersky : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue12223] Datamodel documentation page: 'operator' where 'operand' should be

2011-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3bb5400f5bea by Eli Bendersky in branch '2.7': Issue #12223: Typo fix in datamodel docs http://hg.python.org/cpython/rev/3bb5400f5bea -- nosy: +python-dev ___ Python tracker

[issue12223] Datamodel documentation page: 'operator' where 'operand' should be

2011-06-10 Thread Eli Bendersky
Eli Bendersky added the comment: >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 h

[issue12223] Datamodel documentation page: 'operator' where 'operand' should be

2011-06-03 Thread Éric Araujo
Éric Araujo added the comment: Thanks for catching this. Is this the only instance of the typo, or are there any others in reference/datamodel or library/operator? -- nosy: +eric.araujo ___ Python tracker __

[issue12223] Datamodel documentation page: 'operator' where 'operand' should be

2011-05-31 Thread Eli Bendersky
Changes by Eli Bendersky : -- nosy: +eli.bendersky ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue12223] Datamodel documentation page: 'operator' where 'operand' should be

2011-05-31 Thread Vladimir M.
New submission from Vladimir M. : 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".