Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Nov 11, 2021
1 parent 0c96a6f commit bdc560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typing_extensions/src_py3/typing_extensions.py
Expand Up @@ -6,7 +6,7 @@

# After PEP 560, internal typing API was substantially reworked.
# This is especially important for Protocol class which uses internal APIs
# quite extensivelly.
# quite extensively.
PEP_560 = sys.version_info[:3] >= (3, 7, 0)

if PEP_560:
Expand Down

0 comments on commit bdc560f

Please sign in to comment.