Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
729be9b3
Commit
729be9b3
authored
Apr 07, 2014
by
xbe
Browse files
py: Update comment in str.replace().
parent
134c10e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/objstr.c
View file @
729be9b3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment