Procházet zdrojové kódy

ast_utils: Fix docstring

gm/2021-09-23T00Z/github.com--lark-parser-lark/v0.12.0
Erez Sh před 3 roky
rodič
revize
2b5f984785
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      lark/ast_utils.py

+ 1
- 1
lark/ast_utils.py Zobrazit soubor

@@ -22,7 +22,7 @@ class AsList(object):
class WithMeta(object):
"""Abstract class

Subclasses will be instanciated the Meta instance of the tree. (see ``v_args`` for more detail)
Subclasses will be instanciated with the Meta instance of the tree. (see ``v_args`` for more detail)
"""
pass



Načítá se…
Zrušit
Uložit