[Python-checkins] cpython (3.2): Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck

sandro.tosi python-checkins at python.org
Fri Jun 1 20:26:30 CEST 2012


http://hg.python.org/cpython/rev/bf6305bce3af
changeset:   77285:bf6305bce3af
branch:      3.2
parent:      77266:9d0c3a835bfe
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Fri Jun 01 20:23:20 2012 +0200
summary:
  Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck

files:
  Doc/library/operator.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst
--- a/Doc/library/operator.rst
+++ b/Doc/library/operator.rst
@@ -404,7 +404,7 @@
 +-----------------------+-------------------------+---------------------------------------+
 
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list