commit | 761473f28adaa5b86009a8b76825a2271a1bc509 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Fri Jun 10 10:36:34 2011 +0300 |
committer | Eli Bendersky <eliben@gmail.com> | Fri Jun 10 10:36:34 2011 +0300 |
tree | 81b32e4b8d5b730aa5b8759d3d56660fa9af182d | |
parent | 873c583244193f15b57293bce579c8410e747e20 [diff] [blame] |
Issue #12223: Typo fix in datamodel docs
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index 7c2c9af..0cd4c62 100644 --- 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.