From 33fc6033f07d167f1bdfb2cb30fa873264c3f1c2 Mon Sep 17 00:00:00 2001 From: Michihito Shigemura Date: Wed, 17 Jan 2018 14:23:47 +0900 Subject: Fix typo in intro Error: ~sqlarse.format Collect: ~sqlparse.format --- docs/source/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1