summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorMichihito Shigemura <i.am.shige@gmail.com>2018-01-17 14:23:47 +0900
committerMichihito Shigemura <i.am.shige@gmail.com>2018-01-17 14:23:47 +0900
commit33fc6033f07d167f1bdfb2cb30fa873264c3f1c2 (patch)
tree725c0ce808ba588c0a9fff7ec10c4b22994c1ae0 /docs/source
parent2e97d992a42ec4768372a9e118af8090f766e0cc (diff)
downloadsqlparse-33fc6033f07d167f1bdfb2cb30fa873264c3f1c2.tar.gz
Fix typo in intro
Error: ~sqlarse.format Collect: ~sqlparse.format
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/intro.rst2
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