From 3aff79ca433f370ae0cb450fffde7e1c4ff78610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 28 Dec 2018 09:41:08 +0100 Subject: [PATCH] String --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13da87c..3ea6fb4 100644 --- a/README.md +++ b/README.md @@ -205,8 +205,8 @@ is_function = callable() String ------ ```python - = .strip() # Strips all whitespace characters. - = .strip('') # Strips all passed characters. + = .strip() # Strips all whitespace characters. + = .strip('') # Strips all passed characters. ``` ```python