Skip to content

Commit 6c8b3a7

Browse files
committed
py/objgetitemiter: Typo fix in comment.
1 parent cb4fbc8 commit 6c8b3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/objgetitemiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "py/nlr.h"
3030
#include "py/runtime.h"
3131

32-
// this is a wrapper object that is turns something that has a __getitem__ method into an iterator
32+
// this is a wrapper object that turns something that has a __getitem__ method into an iterator
3333

3434
typedef struct _mp_obj_getitem_iter_t {
3535
mp_obj_base_t base;

0 commit comments

Comments
 (0)