Skip to content

Commit

Permalink
NFC: Typo fix in amplfunc_merge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho authored Apr 4, 2024
1 parent 4849ec5 commit 942df95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/solvers/amplfunc_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def amplfunc_string_merge(amplfunc, pyomo_amplfunc):


def amplfunc_merge(env):
"""Merge AMPLFUNC and PYOMO_AMPLFuNC in an environment var dict"""
"""Merge AMPLFUNC and PYOMO_AMPLFUNC in an environment var dict"""
return amplfunc_string_merge(env.get("AMPLFUNC", ""), env.get("PYOMO_AMPLFUNC", ""))

0 comments on commit 942df95

Please sign in to comment.