diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 53ed27c..9c45a2d 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -43,7 +43,7 @@ The end of a statement is identified by the occurrence of a semicolon. Semicolons within certain SQL constructs like ``BEGIN ... END`` blocks are handled correctly by the splitting mechanism. -SQL statements can be beautified by using the :meth:`~sqlarse.format` function. +SQL statements can be beautified by using the :meth:`~sqlparse.format` function. .. code-block:: python |
