Skip to content

Commit 8583419

Browse files
authored
Update MaybeNone explanation location (#14630)
1 parent d9e7f1a commit 8583419

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stdlib/_typeshed/__init__.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Unused: TypeAlias = object # stable
5454

5555
# Marker for return types that include None, but where forcing the user to
5656
# check for None can be detrimental. Sometimes called "the Any trick". See
57-
# CONTRIBUTING.md for more information.
57+
# https://typing.python.org/en/latest/guides/writing_stubs.html#the-any-trick
58+
# for more information.
5859
MaybeNone: TypeAlias = Any # stable
5960

6061
# Used to mark arguments that default to a sentinel value. This prevents

0 commit comments

Comments
 (0)