diff --git a/README.md b/README.md index 42ded74..79499dc 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ String = .replace(old_str, new_str) = .split(sep=None, maxsplit=-1) # Splits on whitespaces by default. = .strip('') - = .join() + = .join() # Joins elements with separator. = .startswith() # Pass tuple of strings for multiple options. = .endswith() # Pass tuple of strings for multiple options. = .isnumeric() # True if str contains only numeric characters.