Skip to content

Commit

Permalink
NFC: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Oct 23, 2023
1 parent 63aba93 commit 9219573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/common/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def _finalize_numpy(np, available):
numeric_types._native_boolean_types.add(t)
_complex = [np.complex_, np.complex64, np.complex128]
# complex192 and complex256 may or may not be defined in this
# particular numpy build (it depends ono platform and version).
# particular numpy build (it depends on platform and version).
# Register them only if they are present
if hasattr(np, 'complex192'):
_complex.append(np.complex192)
Expand Down

0 comments on commit 9219573

Please sign in to comment.