From 341eb1a6bdf0dd5b015e5140d3b068c6fd3f4d87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 7 Sep 2023 13:39:43 +0200 Subject: Adding upstream version 18.2.0. Signed-off-by: Daniel Baumann --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7bb895d..6fa89d5 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ for table in parse_one("SELECT * FROM x JOIN y JOIN z").find_all(exp.Table): ### Parser Errors -When the parser detects an error in the syntax, it raises a ParserError: +When the parser detects an error in the syntax, it raises a ParseError: ```python import sqlglot -- cgit v1.2.3