We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e97d99 commit 33fc603Copy full SHA for 33fc603
1 file changed
docs/source/intro.rst
@@ -43,7 +43,7 @@ The end of a statement is identified by the occurrence of a semicolon.
43
Semicolons within certain SQL constructs like ``BEGIN ... END`` blocks
44
are handled correctly by the splitting mechanism.
45
46
-SQL statements can be beautified by using the :meth:`~sqlarse.format` function.
+SQL statements can be beautified by using the :meth:`~sqlparse.format` function.
47
48
.. code-block:: python
49
0 commit comments