]> granicus.if.org Git - python/commitdiff
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
authorSandro Tosi <sandro.tosi@gmail.com>
Fri, 1 Jun 2012 18:23:20 +0000 (20:23 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Fri, 1 Jun 2012 18:23:20 +0000 (20:23 +0200)
Doc/library/operator.rst

index 9ba7f41104eacdc77640da376fc8cd358d21e372..3860880bf0ec110f8ff8acee19022c5ecdbd8962 100644 (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