diff --git a/README.md b/README.md index 487bb7b..42ded74 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ String ------ ```python = .replace(old_str, new_str) - = .split(sep=None, maxsplit=-1) # Splits on whitespaces. + = .split(sep=None, maxsplit=-1) # Splits on whitespaces by default. = .strip('') = .join() = .startswith() # Pass tuple of strings for multiple options.