]> granicus.if.org Git - python/commitdiff
Issue #12223: Typo fix in datamodel docs
authorEli Bendersky <eliben@gmail.com>
Fri, 10 Jun 2011 07:36:34 +0000 (10:36 +0300)
committerEli Bendersky <eliben@gmail.com>
Fri, 10 Jun 2011 07:36:34 +0000 (10:36 +0300)
Doc/reference/datamodel.rst

index 7c2c9af4c9d8f0d928f54fedc42171665e7514fa..0cd4c621a73f3857f872d65598d2cca7a32bc3a9 100644 (file)
@@ -2308,7 +2308,7 @@ will not be supported.
 
 *
 
-  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.