From f4f3c44df87dbe2f2f5e9e674e35dd2ad6ea2397 Mon Sep 17 00:00:00 2001 From: apalala Date: Sun, 19 Nov 2023 10:41:20 -0400 Subject: [PATCH] [readme] bug fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 467417a2..4e57fad0 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ Using the Tool .. code-block:: python - parser = tatsu.compile(grammar)`` + parser = tatsu.compile(grammar) - Compiles the grammar and parses the given input producing an AST_ as result.