Skip to content

Commit a10d364

Browse files
committed
NFC: fix typo
1 parent 6e2db62 commit a10d364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pyomo/common/dependencies.py

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

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

521521

0 commit comments

Comments
 (0)