[Python-checkins] cpython (2.7): Issue #12223: Typo fix in datamodel docs

eli.bendersky python-checkins at python.org
Fri Jun 10 09:36:51 CEST 2011


http://hg.python.org/cpython/rev/3bb5400f5bea
changeset:   70752:3bb5400f5bea
branch:      2.7
parent:      70748:cc3255a707c7
user:        Eli Bendersky <eliben at gmail.com>
date:        Fri Jun 10 10:36:34 2011 +0300
summary:
  Issue #12223: Typo fix in datamodel docs

files:
  Doc/reference/datamodel.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -2308,7 +2308,7 @@
 
 *
 
-  In ``x * y``, if one operator is a sequence that implements sequence
+  In ``x * y``, if one operand is a sequence that implements sequence
   repetition, and the other is an integer (:class:`int` or :class:`long`),
   sequence repetition is invoked.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list