Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ddf3eb

Browse files
committed
use imperative
1 parent ce0700a commit 7ddf3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)