summaryrefslogtreecommitdiffstats
path: root/Doc/library/operator.rst
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-01-12 16:37:14 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-01-12 16:37:14 (GMT)
commit287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928 (patch)
tree23ee8ba957dfae7c39f92b983ea72a04a564c87e /Doc/library/operator.rst
parent477ba919c158ba6e7a4b85d15f2e2b8820272cd9 (diff)
downloadcpython-287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928.zip
cpython-287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928.tar.gz
cpython-287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928.tar.bz2
Issue #10225: Fixed the simple mistakes in doctests.
Diffstat (limited to 'Doc/library/operator.rst')
-rw-r--r--Doc/library/operator.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst
index 3c36f2b..1dc0e14 100644
--- a/Doc/library/operator.rst
+++ b/Doc/library/operator.rst
@@ -9,7 +9,7 @@
.. testsetup::
import operator
- from operator import itemgetter
+ from operator import itemgetter, iadd
The :mod:`operator` module exports a set of functions implemented in C