Browse Source

fix random bug

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Sasank Chilamkurthy 4 years ago
parent
commit
b18e7e143b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lark/visitors.py

+ 2
- 2
lark/visitors.py View File

@@ -260,8 +260,8 @@ class Transformer_InPlaceRecursive(Transformer):

class VisitorBase:
"""Visitors visit each node of the tree
Run the appropriate method on it according to the nodes data.
Run the appropriate method on it according to the node's data.
They work bottom-up, starting with the leaves and ending at the root
of the tree. There are two classes that implement the visitor interface:



Loading…
Cancel
Save