Skip to content

Commit 805d562

Browse files
authored
Fix typo in comment
1 parent d28e5a0 commit 805d562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/core/base/indexed_component.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def __getitem__(self, index):
322322
if new_index.__class__ is _IndexedComponent_slice:
323323
return new_index
324324
# The index could have contained constant but nonhashable
325-
# objects (e.g., scalae immutable Params).
325+
# objects (e.g., scalar immutable Params).
326326
# _processUnhashableIndex will evaluate those constants, so
327327
# if it made any changes to the index, we need to re-check
328328
# the _data dict for menbership.

0 commit comments

Comments
 (0)