From c87a3f7cdc00394197984ba408b7db6bf793ed1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 20 Apr 2018 00:58:01 +0200 Subject: [PATCH] String --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8657b46..7e157b5 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ str.replace(text, old, new) .strip() .join() .startswith() -.isnumeric() # True if str contains only numeric characters. +.isnumeric() # True if str contains only numeric characters. ``` ### Print