diff --git a/README.md b/README.md index b8997df..da95541 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ String ```python = .replace(old_str, new_str) = .split(sep=None, maxsplit=-1) # Splits on whitespaces. - = .strip([chars]) + = .strip('') = .join() = .startswith() # Pass tuple of strings for multiple options. = .endswith() # Pass tuple of strings for multiple options.