Skip to content

Commit 33fc603

Browse files
committed
Fix typo in intro
Error: ~sqlarse.format Collect: ~sqlparse.format
1 parent 2e97d99 commit 33fc603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The end of a statement is identified by the occurrence of a semicolon.
4343
Semicolons within certain SQL constructs like ``BEGIN ... END`` blocks
4444
are handled correctly by the splitting mechanism.
4545

46-
SQL statements can be beautified by using the :meth:`~sqlarse.format` function.
46+
SQL statements can be beautified by using the :meth:`~sqlparse.format` function.
4747

4848
.. code-block:: python
4949

0 commit comments

Comments
 (0)