Thanks to visit codestin.com Credit goes to github.com
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.
1 parent ce0700a commit 7ddf3ebCopy full SHA for 7ddf3eb
1 file changed
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