瀏覽代碼

ast_utils: Fix docstring

gm/2021-09-23T00Z/github.com--lark-parser-lark/v0.12.0
Erez Sh 3 年之前
父節點
當前提交
2b5f984785
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lark/ast_utils.py

+ 1
- 1
lark/ast_utils.py 查看文件

@@ -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



Loading…
取消
儲存