diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2018-01-17 12:52:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-17 12:52:46 +0100 |
| commit | a54d0c9cbbbbac08ca024e513d337873da393785 (patch) | |
| tree | 725c0ce808ba588c0a9fff7ec10c4b22994c1ae0 | |
| parent | 2e97d992a42ec4768372a9e118af8090f766e0cc (diff) | |
| parent | 33fc6033f07d167f1bdfb2cb30fa873264c3f1c2 (diff) | |
| download | sqlparse-a54d0c9cbbbbac08ca024e513d337873da393785.tar.gz | |
Merge pull request #380 from shigemk2/fix-typo-intro
Fix typo in intro
| -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 |
