From 3ca462e26bb894e7f7f29f474f9368d464a4e817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 30 Nov 2018 21:31:19 +0100 Subject: [PATCH] Chr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.