From 7ddf3eba90576f51c14b8da0df2970589761b78e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 8 Apr 2014 10:51:20 -0400 Subject: [PATCH] use imperative --- Include/abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/abstract.h b/Include/abstract.h index 4bc9952ac6e..6e850b82e8f 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.