Skip to content

Commit

Permalink
NFC: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bethany Nicholson <blnicho@users.noreply.github.com>
  • Loading branch information
jsiirola and blnicho authored Nov 21, 2024
1 parent 37c97c8 commit eb888cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/neos/kestrel.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def getJobAndPassword(self):
return (jobNumber, password)

def getAvailableSolvers(self):
"""Return a list of all NNEOS solvers that this interface supports"""
"""Return a list of all NEOS solvers that this interface supports"""
allKestrelSolvers = self.neos.listSolversInCategory("kestrel")
_ampl = ':AMPL'
return sorted(s[: -len(_ampl)] for s in allKestrelSolvers if s.endswith(_ampl))
Expand Down

0 comments on commit eb888cb

Please sign in to comment.