Skip to content

Commit 84ca524

Browse files
committed
NFC: fix comment typo
1 parent 5b6cf69 commit 84ca524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/common/dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def invalidate_caches(self):
513513

514514
_DeferredImportCallbackFinder = DeferredImportCallbackFinder()
515515
# Insert the DeferredImportCallbackFinder at the beginning of the
516-
# sys.meta_path to that it is found before the standard finders (so that
516+
# sys.meta_path so that it is found before the standard finders (so that
517517
# we can correctly inject the resolution of the DeferredImportIndicators
518518
# -- which triggers the needed callbacks)
519519
sys.meta_path.insert(0, _DeferredImportCallbackFinder)

0 commit comments

Comments
 (0)