commit | ffc34e831102467b9e70a5bb317e17533dde30a6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Apr 08 10:51:20 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Apr 08 10:51:20 2014 -0400 |
tree | d93332edd3c0840bc1f344e0205203efec5c6a35 | |
parent | 95d8acfde3e46efdfa843002babe2cfe9b2465bb [diff] |
use imperative
diff --git a/Include/abstract.h b/Include/abstract.h index 2a18798..78a1825 100644 --- a/Include/abstract.h +++ b/Include/abstract.h
@@ -1149,7 +1149,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.