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 e7c128e commit a6a359cCopy full SHA for a6a359c
README.md
@@ -110,7 +110,7 @@ Forget about `None`-related errors forever!
110
We can also bind a `Optional`-returning function over a container.
111
To achieve this, we are going to use `.bind_optional` method.
112
113
-And that's how your initial refactored code will look like:
+And here's how your initial refactored code will look:
114
115
```python
116
user: Optional[User]
0 commit comments