]> granicus.if.org Git - python/commitdiff
use imperative
authorBenjamin Peterson <benjamin@python.org>
Tue, 8 Apr 2014 14:51:20 +0000 (10:51 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 8 Apr 2014 14:51:20 +0000 (10:51 -0400)
Include/abstract.h

index 4bc9952ac6ee2ec81f5af26ba68acae2d692f310..6e850b82e8f384e1b10bda5cdbe79be7b45525b6 100644 (file)
@@ -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.