summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-04-08 14:51:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-04-08 14:51:37 (GMT)
commit1d1d95bf838757b6fbcaa8b6edaaa357772150a4 (patch)
tree48d6aa58a73147ca2da7aecd7b1937a57f1fdf6a
parent2deef0cf31504041bad3182e8dcf9145318c27a4 (diff)
parent7ddf3eba90576f51c14b8da0df2970589761b78e (diff)
downloadcpython-1d1d95bf838757b6fbcaa8b6edaaa357772150a4.zip
cpython-1d1d95bf838757b6fbcaa8b6edaaa357772150a4.tar.gz
cpython-1d1d95bf838757b6fbcaa8b6edaaa357772150a4.tar.bz2
merge 3.4
-rw-r--r--Include/abstract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/abstract.h b/Include/abstract.h
index 4bc9952a..6e850b8 100644
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -1021,7 +1021,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
/*
- Returns the sequence, o, as a list, unless it's already a
+ Return the sequence, o, as a list, unless it's already a
tuple or list. Use PySequence_Fast_GET_ITEM to access the
members of this list, and PySequence_Fast_GET_SIZE to get its length.