[Python-checkins] cpython (3.4): use imperative

benjamin.peterson python-checkins at python.org
Tue Apr 8 16:51:46 CEST 2014


http://hg.python.org/cpython/rev/e88e82751666
changeset:   90180:e88e82751666
branch:      3.4
parent:      90175:b2187b82a658
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Apr 08 10:51:20 2014 -0400
summary:
  use imperative

files:
  Include/abstract.h |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Include/abstract.h b/Include/abstract.h
--- a/Include/abstract.h
+++ b/Include/abstract.h
@@ -1021,7 +1021,7 @@
 
      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.
 

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


More information about the Python-checkins mailing list