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