We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68cf2f commit bdb9182Copy full SHA for bdb9182
README.md
@@ -217,7 +217,7 @@ String
217
<bool> = <str>.startswith(<sub_str>) # Pass tuple of strings for multiple options.
218
<bool> = <str>.endswith(<sub_str>) # Pass tuple of strings for multiple options.
219
<int> = <str>.index(<sub_str>) # Returns first index of a substring.
220
-<bool> = <str>.isnumeric() # True if str contains only numeric characters.
+<bool> = <str>.isnumeric() # True if string contains only numeric characters.
221
<list> = textwrap.wrap(<str>, width) # Nicely breakes string into lines.
222
```
223
0 commit comments