Commit 0ee408c9 authored by Stefan Behnel's avatar Stefan Behnel

comment fixes

parent e8e74009
...@@ -3836,8 +3836,7 @@ class InPlaceAssignmentNode(AssignmentNode): ...@@ -3836,8 +3836,7 @@ class InPlaceAssignmentNode(AssignmentNode):
# #
# lhs ExprNode Left hand side # lhs ExprNode Left hand side
# rhs ExprNode Right hand side # rhs ExprNode Right hand side
# op char one of "+-*/%^&|" # operator char one of "+-*/%^&|"
# dup (ExprNode) copy of lhs used for operation (auto-generated)
# #
# This code is a bit tricky because in order to obey Python # This code is a bit tricky because in order to obey Python
# semantics the sub-expressions (e.g. indices) of the lhs must # semantics the sub-expressions (e.g. indices) of the lhs must
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment