py: Update comment in str.replace().
This commit is contained in:
parent
134c10e776
commit
729be9b3c7
@ -1128,7 +1128,7 @@ STATIC mp_obj_t str_replace(uint n_args, const mp_obj_t *args) {
|
||||
}
|
||||
}
|
||||
|
||||
// if max_rep is still 0 by this point we will need to do all possible replacements
|
||||
// if max_rep is still -1 by this point we will need to do all possible replacements
|
||||
|
||||
// check argument types
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user