Skip to content

Commit a6a359c

Browse files
authored
Update README.md (#1505)
tiny language nits. Great work.
1 parent e7c128e commit a6a359c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Forget about `None`-related errors forever!
110110
We can also bind a `Optional`-returning function over a container.
111111
To achieve this, we are going to use `.bind_optional` method.
112112

113-
And that's how your initial refactored code will look like:
113+
And here's how your initial refactored code will look:
114114

115115
```python
116116
user: Optional[User]

0 commit comments

Comments
 (0)