py/objgetitemiter: Typo fix in comment.

This commit is contained in:
Paul Sokolovsky 2016-01-23 23:27:05 +02:00
parent cb4fbc8861
commit 6c8b3a7fee
1 changed files with 1 additions and 1 deletions

View File

@ -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;