File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ class Dict(dict, Static):
140140 _prevent_modification (Dict , _method , "`dict(value)`" )
141141
142142
143- class SpeficierSet (packaging .specifiers .SpecifierSet , Static ):
143+ class SpecifierSet (packaging .specifiers .SpecifierSet , Static ):
144144 """Not exactly a built-in type but useful for ``requires-python``"""
145145
146146
Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ def parsers(self):
657657 'packages' : self ._parse_packages ,
658658 'entry_points' : self ._parse_file_in_root ,
659659 'py_modules' : parse_list ,
660- 'python_requires' : _static .SpeficierSet , # Core Metadata
660+ 'python_requires' : _static .SpecifierSet , # Core Metadata
661661 'cmdclass' : parse_cmdclass ,
662662 }
663663
You can’t perform that action at this time.
0 commit comments