We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2deef0c + 7ddf3eb commit 1d1d95bCopy full SHA for 1d1d95b
Include/abstract.h
@@ -1021,7 +1021,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
1021
1022
PyAPI_FUNC(PyObject *) PySequence_Fast(PyObject *o, const char* m);
1023
/*
1024
- Returns the sequence, o, as a list, unless it's already a
+ Return the sequence, o, as a list, unless it's already a
1025
tuple or list. Use PySequence_Fast_GET_ITEM to access the
1026
members of this list, and PySequence_Fast_GET_SIZE to get its length.
1027
0 commit comments