summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/objslice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objslice.c b/py/objslice.c
index 1ef16ec233..d0e8e7e73e 100644
--- a/py/objslice.c
+++ b/py/objslice.c
@@ -79,7 +79,7 @@ const mp_obj_type_t mp_type_slice = {
.name = MP_QSTR_slice,
.print = slice_print,
#if MICROPY_PY_BUILTINS_SLICE_ATTRS
- .attr = slice_attr,
+ .attr = slice_attr,
#endif
};