From d1b5d5a73d94ab2bd1ab8a54e8c8662845a76250 Mon Sep 17 00:00:00 2001 From: John Siirola Date: Fri, 30 Aug 2024 11:15:25 -0600 Subject: [PATCH] NFC: typo --- pyomo/common/modeling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyomo/common/modeling.py b/pyomo/common/modeling.py index 9d8565ab0d4..5839e97544d 100644 --- a/pyomo/common/modeling.py +++ b/pyomo/common/modeling.py @@ -11,7 +11,7 @@ from .dependencies import random -# [Aug 24] Importing for backwards compatability; may deprecate this import later +# [Aug 24] Importing for backwards compatibility; may deprecate this import later from .flags import FlagType, NOTSET # Backward compatibility with the previous name for this flag