File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1923,9 +1923,9 @@ STATIC const mp_rom_map_elem_t str8_locals_dict_table[] = {
1923
1923
{ MP_ROM_QSTR (MP_QSTR_partition ), MP_ROM_PTR (& str_partition_obj ) },
1924
1924
{ MP_ROM_QSTR (MP_QSTR_rpartition ), MP_ROM_PTR (& str_rpartition_obj ) },
1925
1925
#endif
1926
- #if MICROPY_PY_BUILTINS_STR_CENTER
1926
+ #if MICROPY_PY_BUILTINS_STR_CENTER
1927
1927
{ MP_ROM_QSTR (MP_QSTR_center ), MP_ROM_PTR (& str_center_obj ) },
1928
- #endif
1928
+ #endif
1929
1929
{ MP_ROM_QSTR (MP_QSTR_lower ), MP_ROM_PTR (& str_lower_obj ) },
1930
1930
{ MP_ROM_QSTR (MP_QSTR_upper ), MP_ROM_PTR (& str_upper_obj ) },
1931
1931
{ MP_ROM_QSTR (MP_QSTR_isspace ), MP_ROM_PTR (& str_isspace_obj ) },
Original file line number Diff line number Diff line change @@ -250,9 +250,9 @@ STATIC const mp_rom_map_elem_t struni_locals_dict_table[] = {
250
250
{ MP_ROM_QSTR (MP_QSTR_partition ), MP_ROM_PTR (& str_partition_obj ) },
251
251
{ MP_ROM_QSTR (MP_QSTR_rpartition ), MP_ROM_PTR (& str_rpartition_obj ) },
252
252
#endif
253
- #if MICROPY_PY_BUILTINS_STR_CENTER
253
+ #if MICROPY_PY_BUILTINS_STR_CENTER
254
254
{ MP_ROM_QSTR (MP_QSTR_center ), MP_ROM_PTR (& str_center_obj ) },
255
- #endif
255
+ #endif
256
256
{ MP_ROM_QSTR (MP_QSTR_lower ), MP_ROM_PTR (& str_lower_obj ) },
257
257
{ MP_ROM_QSTR (MP_QSTR_upper ), MP_ROM_PTR (& str_upper_obj ) },
258
258
{ MP_ROM_QSTR (MP_QSTR_isspace ), MP_ROM_PTR (& str_isspace_obj ) },
You can’t perform that action at this time.
0 commit comments