diff --git a/cratedb_sqlparse_py/README.md b/cratedb_sqlparse_py/README.md index 668c2d9..7ab8115 100644 --- a/cratedb_sqlparse_py/README.md +++ b/cratedb_sqlparse_py/README.md @@ -49,7 +49,7 @@ print(select_query.tree) ``` ### Exceptions and errors. -By default exceptions are stored in `statement.error` +By default exceptions are stored in `statement.exception` ```python from cratedb_sqlparse import sqlparse