Skip to content

Commit

Permalink
NFC: fixing some comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
emma58 committed May 21, 2024
1 parent 034b564 commit 7d42701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyomo/repn/parameterized_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _before_var(visitor, child):
_exit_node_handlers = copy.deepcopy(linear._exit_node_handlers)

#
# NEGATION handler
# NEGATION handlers
#


Expand All @@ -230,7 +230,7 @@ def _handle_negation_pseudo_constant(visitor, node, arg):


#
# PRODUCT handler
# PRODUCT handlers
#


Expand Down

0 comments on commit 7d42701

Please sign in to comment.