Skip to content

Commit 119ce3d

Browse files
updated comment
1 parent 50bc910 commit 119ce3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ typing\.ByteString
193193

194194
_collections_abc.Callable # Typing-related weirdness
195195

196-
# lots of methods are positional-or-keyword in implementation
197-
# but this is unsafe as canonical types list/dist/set etc. only support positional args
196+
# While the implementation in _collections_abc.py uses positional-or-keyword args,
197+
# this is unsafe as canonical types list/dict/set etc. only support positional args.
198198
# See: https://github.com/python/typeshed/issues/14071
199199
# See: https://github.com/python/cpython/issues/135312
200200
_collections_abc.Mapping.get

0 commit comments

Comments
 (0)