Skip to content

Commit d75ee9a

Browse files
committed
Update doctest
1 parent 0f23901 commit d75ee9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ Sentinel objects
10971097

10981098
Example::
10991099

1100+
>>> from typing_extensions import sentinel
11001101
>>> class MyClass:
11011102
... MISSING = sentinel('MyClass.MISSING')
11021103

0 commit comments

Comments
 (0)