diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-06-01 18:23:20 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-06-01 18:23:20 (GMT) |
commit | 3f7d1d33030c3cd7bedf78c746d2641e5d444600 (patch) | |
tree | 78bfd48b64816b1527fe54b071ec966c23430714 /Doc/library/operator.rst | |
parent | 8b2a56b89d6ce0d8ce3343953529e07a42ffc917 (diff) | |
download | cpython-3f7d1d33030c3cd7bedf78c746d2641e5d444600.zip cpython-3f7d1d33030c3cd7bedf78c746d2641e5d444600.tar.gz cpython-3f7d1d33030c3cd7bedf78c746d2641e5d444600.tar.bz2 |
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
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 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 |