Skip to content

Commit 0d99811

Browse files
Update stdlib/@tests/stubtest_allowlists/py39.txt
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent d2757a0 commit 0d99811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stdlib/@tests/stubtest_allowlists

stdlib/@tests/stubtest_allowlists/py39.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tempfile.SpooledTemporaryFile.writable
4545
tkinter.Tk.split # Exists at runtime, but missing from stubs
4646

4747
# Will always raise. Not included to avoid type checkers inferring that
48-
# TypeAliasType instances are callable.
48+
# Sentinel instances are callable.
4949
typing_extensions.Sentinel.__call__
5050

5151

0 commit comments

Comments
 (0)