From b4a6348169b81e7aa968c63d4d5b7b46d28c714f Mon Sep 17 00:00:00 2001 From: BobTheBuilder <58479577+Dob-The-Duilder@users.noreply.github.com> Date: Sat, 9 Sep 2023 12:11:32 -0600 Subject: [PATCH] Fixed Typos --- pycparser/_ast_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycparser/_ast_gen.py b/pycparser/_ast_gen.py index 8b9604b8..5164aa0a 100644 --- a/pycparser/_ast_gen.py +++ b/pycparser/_ast_gen.py @@ -244,7 +244,7 @@ def show(self, buf=sys.stdout, attrnames=False, nodenames=False, showcoord=False displayed. indent: - Spaces and verticle lines to be displayed infront of node. + Spaces and vertical lines to be displayed in front of node. islast: Denotes if node is final element in its tree.