Skip to content

Commit 914ced0

Browse files
committed
you -> we
1 parent ff31011 commit 914ced0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handy-stuff-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Python's strings have many useful methods.
152152
[The official documentation](https://docs.python.org/3/library/stdtypes.html#string-methods)
153153
covers them all, but I'm going to just show some of the most commonly
154154
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
155+
the string methods and we can run `help(str)` to read it. We can also
156156
get help about one string method at a time, like `help(str.upper)`.
157157

158158
Again, nothing can modify strings in-place. Most string methods

0 commit comments

Comments
 (0)