[Python-checkins] cpython (merge 3.2 -> default): Issue #14968: merge with 3.2

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


http://hg.python.org/cpython/rev/7c9702b08bfb
changeset:   77286:7c9702b08bfb
parent:      77283:2285a82504dc
parent:      77285:bf6305bce3af
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Fri Jun 01 20:23:46 2012 +0200
summary:
  Issue #14968: merge with 3.2

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