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 baf049e commit ef2ed8aCopy full SHA for ef2ed8a
README.md
@@ -164,7 +164,8 @@ And we should explicitly mark impure parts of the program.
164
165
### Explicit IO
166
167
-Let's refactor it to make our `IO` explicit!
+Let's refactor it to make our
168
+[IO](https://returns.readthedocs.io/en/latest/pages/io.html) explicit!
169
170
```python
171
import requests
@@ -204,7 +205,7 @@ So, we act accordingly!
204
205
206
## More!
207
-What more? [Go to the docs!](https://returns.readthedocs.io)
208
+Want more? [Go to the docs!](https://returns.readthedocs.io)
209
Or read these articles:
210
211
- [Python exceptions considered an anti-pattern](https://sobolevn.me/2019/02/python-exceptions-considered-an-antipattern)
0 commit comments