Skip to content

Commit bbb614f

Browse files
authored
Update railway.rst
1 parent ba9cb16 commit bbb614f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/pages/railway.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ inner state of containers into a regular types:
162162
>>> assert Some(0).unwrap() == 0
163163
164164
.. code:: pycon
165-
:force:
166165
167166
>>> Failure(1).unwrap()
168167
Traceback (most recent call last):
@@ -179,7 +178,6 @@ use :meth:`returns.interfaces.unwrappable.Unwrapable.failure`
179178
to unwrap the failed state:
180179

181180
.. code:: pycon
182-
:force:
183181
184182
>>> assert Failure(1).failure() == 1
185183
>>> Success(1).failure()

0 commit comments

Comments
 (0)