diff options
| author | Andi Albrecht <albrecht.andi@gmail.com> | 2013-04-04 05:54:59 +0200 |
|---|---|---|
| committer | Andi Albrecht <albrecht.andi@gmail.com> | 2013-04-04 05:54:59 +0200 |
| commit | 9a70f4d75ae713fde43eaa63da6038236e6d1eb5 (patch) | |
| tree | 8f3124fd4a8ebe3ff442a1b842be32d36024ee29 /docs | |
| parent | 081b23757c1a534baf42f7c099bab471bf20fe83 (diff) | |
| download | sqlparse-9a70f4d75ae713fde43eaa63da6038236e6d1eb5.tar.gz | |
Fix highlighter language in documentation.
Diffstat (limited to 'docs')
| -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 a7867a5..76d8fba 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -17,7 +17,7 @@ install the module system-wide run Alternatively you can install :mod:`sqlparse` using :command:`pip`: -.. code-block:: bas +.. code-block:: bash $ pip install sqlparse |
