Skip to content

Commit

Permalink
Update railway.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Sep 2, 2024
1 parent ba9cb16 commit bbb614f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/pages/railway.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ inner state of containers into a regular types:
>>> assert Some(0).unwrap() == 0
.. code:: pycon
:force:
>>> Failure(1).unwrap()
Traceback (most recent call last):
Expand All @@ -179,7 +178,6 @@ use :meth:`returns.interfaces.unwrappable.Unwrapable.failure`
to unwrap the failed state:

.. code:: pycon
:force:
>>> assert Failure(1).failure() == 1
>>> Success(1).failure()
Expand Down

0 comments on commit bbb614f

Please sign in to comment.