From e54c5dfceaef042f5182947875daf83ad02f0435 Mon Sep 17 00:00:00 2001 From: Stephen Ingram Date: Sat, 10 Nov 2018 08:56:54 -0500 Subject: [PATCH] Minor typo --- docs/sly.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sly.rst b/docs/sly.rst index 26c6462..c500d5a 100644 --- a/docs/sly.rst +++ b/docs/sly.rst @@ -1353,7 +1353,7 @@ like this:: def expr(self, p): return ('number-expression', p.NUMBER) -Another approach is to create a set of data structure for different +Another approach is to create a set of data structures for different kinds of abstract syntax tree nodes and create different node types in each rule::