Browse Source

small typo

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

+ 2
- 2
docs/visitors.rst View File

@@ -7,8 +7,8 @@ parse-trees that Lark returns.
They are used by inheriting from the correct class (visitor or transformer),
and implementing methods corresponding to the rule you wish to process. Each
method accepts the children as an argument. That can be modified using the
`v_args` decorator, which allows to inline the arguments (akin to `*args`),
or add the tree `meta` property as an argument.
``v_args`` decorator, which allows to inline the arguments (akin to ``*args``),
or add the tree ``meta`` property as an argument.

See: `visitors.py`_



Loading…
Cancel
Save