Skip to content

Commit 1d1d95b

Browse files
committed
merge 3.4
2 parents 2deef0c + 7ddf3eb commit 1d1d95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/abstract.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
10211021

10221022
PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
10231023
/*
1024-
Returns the sequence, o, as a list, unless it's already a
1024+
Return the sequence, o, as a list, unless it's already a
10251025
tuple or list. Use PySequence_Fast_GET_ITEM to access the
10261026
members of this list, and PySequence_Fast_GET_SIZE to get its length.
10271027

0 commit comments

Comments
 (0)