We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4fbc8 commit 6c8b3a7Copy full SHA for 6c8b3a7
py/objgetitemiter.c
@@ -29,7 +29,7 @@
29
#include "py/nlr.h"
30
#include "py/runtime.h"
31
32
-// this is a wrapper object that is turns something that has a __getitem__ method into an iterator
+// this is a wrapper object that turns something that has a __getitem__ method into an iterator
33
34
typedef struct _mp_obj_getitem_iter_t {
35
mp_obj_base_t base;
0 commit comments