Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 14, 2024
1 parent 24170c1 commit 7489302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/converters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ That's how they work:
.. code:: python
>>> from returns.converters import maybe_to_result, result_to_maybe
>>> from returns.maybe import Maybe, Some, Nothin
>>> from returns.maybe import Maybe, Some, Nothing
>>> from returns.result import Failure, Result, Success
>>> result: Result[int, Exception] = Success(1)
Expand Down

0 comments on commit 7489302

Please sign in to comment.