We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a3307 commit d593c68Copy full SHA for d593c68
pyomo/opt/results/solution.py
@@ -89,7 +89,7 @@ def pprint(self, ostream, option, from_list=False, prefix="", repn=None):
89
#
90
# the following is specialized logic for handling variable and
91
# constraint maps - which are dictionaries of dictionaries, with
92
- # at a minimum an "id" element per sub-directionary.
+ # at a minimum an "id" element per sub-dictionary.
93
94
first = True
95
for key in self._order:
0 commit comments