Skip to content

Commit cfaf4c0

Browse files
authored
Fix typo in Lib/typing.py (GH-19717)
1 parent ef33712 commit cfaf4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ def _no_init(self, *args, **kwargs):
975975

976976

977977
def _allow_reckless_class_cheks():
978-
"""Allow instnance and class checks for special stdlib modules.
978+
"""Allow instance and class checks for special stdlib modules.
979979
980980
The abc and functools modules indiscriminately call isinstance() and
981981
issubclass() on the whole MRO of a user class, which may contain protocols.

0 commit comments

Comments
 (0)