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

Vladimir M. report at bugs.python.org
Tue May 31 11:42:55 CEST 2011


New submission from Vladimir M. <mlvl.jr at gmail.com>:

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".

----------
assignee: docs at python
components: Documentation
messages: 137352
nosy: Vladimir.M., docs at python
priority: normal
severity: normal
status: open
title: Datamodel documentation page: 'operator' where 'operand' should be
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12223>
_______________________________________


More information about the Python-bugs-list mailing list