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 ff31011 commit 914ced0Copy full SHA for 914ced0
handy-stuff-strings.md
@@ -152,7 +152,7 @@ Python's strings have many useful methods.
152
[The official documentation](https://docs.python.org/3/library/stdtypes.html#string-methods)
153
covers them all, but I'm going to just show some of the most commonly
154
used ones briefly. Python also comes with built-in documentation about
155
-the string methods and we can run `help(str)` to read it. You can also
+the string methods and we can run `help(str)` to read it. We can also
156
get help about one string method at a time, like `help(str.upper)`.
157
158
Again, nothing can modify strings in-place. Most string methods
0 commit comments