From 2b5f98478578a65fe0be4c4de8b72f90178133db Mon Sep 17 00:00:00 2001 From: Erez Sh Date: Tue, 31 Aug 2021 12:16:39 +0100 Subject: [PATCH] ast_utils: Fix docstring --- lark/ast_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lark/ast_utils.py b/lark/ast_utils.py index 3b8a12a..0c03d45 100644 --- a/lark/ast_utils.py +++ b/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