diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-06-01 18:23:46 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-06-01 18:23:46 (GMT) |
commit | c10584a0d919d60e4b222bb72830a2695219b4c9 (patch) | |
tree | 565cbafbd47713c8cff3b16358f8ba8f05fee8e1 | |
parent | d1ab6089ff2b4f1277676a5feac11d311b2c52ab (diff) | |
parent | 3f7d1d33030c3cd7bedf78c746d2641e5d444600 (diff) | |
download | cpython-c10584a0d919d60e4b222bb72830a2695219b4c9.zip cpython-c10584a0d919d60e4b222bb72830a2695219b4c9.tar.gz cpython-c10584a0d919d60e4b222bb72830a2695219b4c9.tar.bz2 |
Issue #14968: merge with 3.2
-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 9ba7f41..3860880 100644 --- a/Doc/library/operator.rst +++ b/Doc/library/operator.rst @@ -404,7 +404,7 @@ Python syntax and the functions in the :mod:`operator` module. +-----------------------+-------------------------+---------------------------------------+ Inplace Operators -================= +----------------- Many operations have an "in-place" version. Listed below are functions providing a more primitive access to in-place operators than the usual syntax |