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

sandro.tosi python-checkins at python.org
Sat Aug 13 00:42:11 CEST 2011


http://hg.python.org/cpython/rev/0937a0986b66
changeset:   71847:0937a0986b66
parent:      71844:363cdf7af849
parent:      71846:5f690bf172b9
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Aug 13 00:40:08 2011 +0200
summary:
  merge with 3.2

files:
  Doc/c-api/sequence.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/sequence.rst b/Doc/c-api/sequence.rst
--- a/Doc/c-api/sequence.rst
+++ b/Doc/c-api/sequence.rst
@@ -149,7 +149,7 @@
 
    Return the *i*\ th element of *o* or *NULL* on failure. Macro form of
    :c:func:`PySequence_GetItem` but without checking that
-   :c:func:`PySequence_Check(o)` is true and without adjustment for negative
+   :c:func:`PySequence_Check` on *o* is true and without adjustment for negative
    indices.
 
 

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


More information about the Python-checkins mailing list