Skip to content

Commit 069030e

Browse files
Update src/typing_extensions.py
Co-authored-by: Alex Waygood <[email protected]>
1 parent c79c5dc commit 069030e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def __getstate__(self):
198198
raise TypeError(f"Cannot pickle {type(self).__name__!r} object")
199199

200200

201-
_marker = Sentinel("_marker")
201+
_marker = Sentinel("sentinel")
202202

203203
# The functions below are modified copies of typing internal helpers.
204204
# They are needed by _ProtocolMeta and they provide support for PEP 646.

0 commit comments

Comments
 (0)