From 3c64bdbd41d1d253d6f19085db8dd7db15cf96fe Mon Sep 17 00:00:00 2001 From: Danny Wolf Date: Sat, 19 Oct 2019 17:38:35 -0700 Subject: [PATCH] Add ")" to __repr__ for Word --- cmakeast/ast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmakeast/ast.py b/cmakeast/ast.py index 4710fb9..2479ed3 100644 --- a/cmakeast/ast.py +++ b/cmakeast/ast.py @@ -106,7 +106,7 @@ def __repr__(self): "contents={1}, " "line={2}, " "col={3} " - "index={4} ").format(type_string, + "index={4})").format(type_string, self.contents, self.line, self.col,