diff options
Diffstat (limited to 'Lib/lib2to3/btm_utils.py')
-rw-r--r-- | Lib/lib2to3/btm_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/btm_utils.py b/Lib/lib2to3/btm_utils.py index 339750e..ff76ba3 100644 --- a/Lib/lib2to3/btm_utils.py +++ b/Lib/lib2to3/btm_utils.py @@ -215,7 +215,7 @@ def reduce_tree(node, parent=None): #reduce to None new_node = None elif repeater_node.children[0].value == '+': - #reduce to a single occurence i.e. do nothing + #reduce to a single occurrence i.e. do nothing pass else: #TODO: handle {min, max} repeaters |