Skip to content
Snippets Groups Projects
Commit 6c8b3a7f authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

py/objgetitemiter: Typo fix in comment.

parent cb4fbc88
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
#include "py/nlr.h"
#include "py/runtime.h"
// 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
typedef struct _mp_obj_getitem_iter_t {
mp_obj_base_t base;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment