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 @@ -3193,7 +3193,7 @@ def _find_adapter(registry, ob):
3193
3193
for t in types :
3194
3194
if t in registry :
3195
3195
return registry [t ]
3196
- # _find_adapter would previously return None, and immediatly be called.
3196
+ # _find_adapter would previously return None, and immediately be called.
3197
3197
# So we're raising a TypeError to keep backward compatibility if anyone depended on that behaviour.
3198
3198
raise TypeError (f"Could not find adapter for { registry } and { ob } " )
3199
3199
Original file line number Diff line number Diff line change @@ -88,6 +88,6 @@ def _restore_install_lib(self):
88
88
89
89
if __name__ == '__main__' :
90
90
# allow setup.py to run from another directory
91
- # TODO: Use a proper conditonal statement here
91
+ # TODO: Use a proper conditional statement here
92
92
here and os .chdir (here ) # type: ignore[func-returns-value]
93
93
dist = setuptools .setup (** setup_params )
You can’t perform that action at this time.
0 commit comments