Skip to content

Commit 4c8907e

Browse files
committed
mistune compatible links
1 parent f6eeec3 commit 4c8907e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

handy-stuff-strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ ValueError: could not convert string to float: 'hello'
390390

391391
![Indexing](images/indexing3.png)
392392

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

0 commit comments

Comments
 (0)