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.

Author Vladimir.M.
Recipients Vladimir.M., docs@python
Date 2011-05-31.09:42:54
SpamBayes Score 0.0049468735
Marked as misclassified No
Message-id <1306834975.07.0.689179229064.issue12223@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2011-05-31 09:42:55Vladimir.M.setrecipients: + Vladimir.M., docs@python
2011-05-31 09:42:55Vladimir.M.setmessageid: <1306834975.07.0.689179229064.issue12223@psf.upfronthosting.co.za>
2011-05-31 09:42:54Vladimir.M.linkissue12223 messages
2011-05-31 09:42:54Vladimir.M.create