Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck

This commit is contained in:
Sandro Tosi 2012-06-01 20:23:20 +02:00
parent 8b2a56b89d
commit 3f7d1d3303
1 changed files with 1 additions and 1 deletions

View File

@ -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