py: Update comment in str.replace().

pull/452/head
xbe 2014-04-07 14:46:39 -07:00
rodzic 134c10e776
commit 729be9b3c7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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