Skip to content

Commit bdb9182

Browse files
committed
Typos
1 parent e68cf2f commit bdb9182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ String
217217
<bool> = <str>.startswith(<sub_str>) # Pass tuple of strings for multiple options.
218218
<bool> = <str>.endswith(<sub_str>) # Pass tuple of strings for multiple options.
219219
<int> = <str>.index(<sub_str>) # Returns first index of a substring.
220-
<bool> = <str>.isnumeric() # True if str contains only numeric characters.
220+
<bool> = <str>.isnumeric() # True if string contains only numeric characters.
221221
<list> = textwrap.wrap(<str>, width) # Nicely breakes string into lines.
222222
```
223223

0 commit comments

Comments
 (0)