Skip to content

Commit d5013e0

Browse files
authored
docs: Fix typos in docs (#1161)
1 parent 0cbd9f1 commit d5013e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/curry.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here's how typing works there:
3838
# => functools.partial[builtins.float*]
3939
# => Which is really: `def (*Any, **Any) -> builtins.float`
4040
41-
And compare it with out solution:
41+
And compare it with our solution:
4242

4343
.. code:: python
4444

0 commit comments

Comments
 (0)