diff options
| author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-01-12 16:37:14 +0000 |
|---|---|---|
| committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-01-12 16:37:14 +0000 |
| commit | 287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928 (patch) | |
| tree | 23ee8ba957dfae7c39f92b983ea72a04a564c87e /Doc/library/operator.rst | |
| parent | 477ba919c158ba6e7a4b85d15f2e2b8820272cd9 (diff) | |
| download | cpython-git-287d1fdd3fc3d2c9dfa88be69e2ee0a8ae7e5928.tar.gz | |
Issue #10225: Fixed the simple mistakes in doctests.
Diffstat (limited to 'Doc/library/operator.rst')
| -rw-r--r-- | Doc/library/operator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst index 3c36f2bca9..1dc0e144d2 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 |
