Skip to content

Commit 35487f7

Browse files
authored
update hint for advanced-typeshed (#87)
1 parent c6ca3a1 commit 35487f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

challenges/advanced-typeshed/question.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Annotate class `MyContainer`, which should support item access, i.e.
55
using `[x]` to get, set, and delete an item.
66
7-
HINT: Use https://github.com/python/typeshed
7+
HINT: Use https://github.com/python/typeshed/blob/main/stdlib/_typeshed/__init__.pyi
88
"""
99

1010

challenges/advanced-typeshed/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Annotate class `MyContainer`, which should support item access, i.e.
55
using `[x]` to get, set, and delete an item.
66
7-
HINT: Use https://github.com/python/typeshed
7+
HINT: Use https://github.com/python/typeshed/blob/main/stdlib/_typeshed/__init__.pyi
88
"""
99

1010
from _typeshed import SupportsItemAccess

0 commit comments

Comments
 (0)