summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-06-01 18:23:46 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-06-01 18:23:46 (GMT)
commitc10584a0d919d60e4b222bb72830a2695219b4c9 (patch)
tree565cbafbd47713c8cff3b16358f8ba8f05fee8e1
parentd1ab6089ff2b4f1277676a5feac11d311b2c52ab (diff)
parent3f7d1d33030c3cd7bedf78c746d2641e5d444600 (diff)
downloadcpython-c10584a0d919d60e4b222bb72830a2695219b4c9.zip
cpython-c10584a0d919d60e4b222bb72830a2695219b4c9.tar.gz
cpython-c10584a0d919d60e4b222bb72830a2695219b4c9.tar.bz2
Issue #14968: merge with 3.2
-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 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