Skip to content

Commit 07e660b

Browse files
authored
Fix issue number
1 parent 91b9f6c commit 07e660b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ _frozen_importlib_external.WindowsRegistryFinder.REGISTRY_KEY
5959
_frozen_importlib_external.WindowsRegistryFinder.REGISTRY_KEY_DEBUG
6060

6161
builtins.OSError.characters_written # GetSetDescriptor that always raises AttributeError
62-
builtins.ellipsis # does not exist at runtime, see https://github.com/python/typeshed/pull/14957
62+
builtins.ellipsis # does not exist at runtime, see https://github.com/python/typeshed/issues/7580
6363
builtins.float.__getformat__ # Internal method for CPython test suite
6464

6565
# These super() dunders don't seem to be particularly useful,

0 commit comments

Comments
 (0)