Skip to content

Commit d593c68

Browse files
committed
NFC: resolve newly-identified typo
1 parent 81a3307 commit d593c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/opt/results/solution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def pprint(self, ostream, option, from_list=False, prefix="", repn=None):
8989
#
9090
# the following is specialized logic for handling variable and
9191
# constraint maps - which are dictionaries of dictionaries, with
92-
# at a minimum an "id" element per sub-directionary.
92+
# at a minimum an "id" element per sub-dictionary.
9393
#
9494
first = True
9595
for key in self._order:

0 commit comments

Comments
 (0)