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 f6eeec3 commit 4c8907eCopy full SHA for 4c8907e
handy-stuff-strings.md
@@ -390,8 +390,8 @@ ValueError: could not convert string to float: 'hello'
390
391

392
393
-- Python has many string methods. Use [the documentation]
394
- (https://docs.python.org/3/library/stdtypes.html#string-methods)
+- Python has many string methods. Use
+ [the documentation](https://docs.python.org/3/library/stdtypes.html#string-methods)
395
or `help(str)` when you don't rememeber something about them.
396
- String formatting means adding other things to the middle of a string.
397
There are multiple ways to do this in Python. You should know how to
0 commit comments