Skip to content

Commit f52500a

Browse files
committed
Match up the typevar names
1 parent 6766678 commit f52500a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ API Reference
1515
:inherited-members:
1616

1717
.. py:data:: Maybe
18-
:value: Value[T] | Error
18+
:value: Value[ResultT] | Error
1919

2020
A convenience alias to a union of both results. This allows type checkers to perform
2121
exhaustiveness checking when ``isinstance()`` is used with either class::

0 commit comments

Comments
 (0)