Skip to content

Commit

Permalink
NFC: fixing comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emma58 committed Nov 10, 2024
1 parent 1c48982 commit f3e4acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/repn/plugins/parameterized_standard_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def sum_duplicates(self):
Note that this only removes duplicates that are adjacent, so it will remove
all duplicates if the incoming CSC matrix has sorted indices. (In particular
this will be true if it was just convered from CSR).
this will be true if it was just converted from CSR).
"""
ncols = self.shape[1]
row_index = self.indices
Expand Down

0 comments on commit f3e4acd

Please sign in to comment.