diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |