Skip to content

Commit ef2ed8a

Browse files
committed
Fixes README
1 parent baf049e commit ef2ed8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ And we should explicitly mark impure parts of the program.
164164

165165
### Explicit IO
166166

167-
Let's refactor it to make our `IO` explicit!
167+
Let's refactor it to make our
168+
[IO](https://returns.readthedocs.io/en/latest/pages/io.html) explicit!
168169

169170
```python
170171
import requests
@@ -204,7 +205,7 @@ So, we act accordingly!
204205

205206
## More!
206207

207-
What more? [Go to the docs!](https://returns.readthedocs.io)
208+
Want more? [Go to the docs!](https://returns.readthedocs.io)
208209
Or read these articles:
209210

210211
- [Python exceptions considered an anti-pattern](https://sobolevn.me/2019/02/python-exceptions-considered-an-antipattern)

0 commit comments

Comments
 (0)