Skip to content

Commit 9dcc6da

Browse files
committed
NFC: Update documentation example
1 parent 5c1ae97 commit 9dcc6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyomo/common/deprecation.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ def relocated_module(new_name, msg=None, logger=None,
358358
-------
359359
>>> from pyomo.common.deprecation import relocated_module
360360
>>> relocated_module('pyomo.common.deprecation', version='1.2.3')
361-
WARNING: DEPRECATED: The ... module has been moved to
362-
pyomo.common.deprecation. Please update your import.
361+
WARNING: DEPRECATED: The '...' module has been moved to
362+
'pyomo.common.deprecation'. Please update your import.
363363
(deprecated in 1.2.3) ...
364364
365365
"""

0 commit comments

Comments
 (0)