Skip to content

Commit 90fec7e

Browse files
committed
support help(str) more
1 parent 329ac02 commit 90fec7e

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
@@ -342,6 +342,6 @@ If you need to know more about formatting I recommend reading
342342

343343
- Python has many string methods. Use [the documentation]
344344
(https://docs.python.org/3/library/stdtypes.html#string-methods)
345-
when you don't rememeber something about them.
345+
or `help(str)` when you don't rememeber something about them.
346346

347347
- String formatting means adding other things to the middle of a string.

0 commit comments

Comments
 (0)