summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2019-05-25 09:45:19 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2019-05-25 09:45:19 +0200
commit670c340cb0274da997534a93a28d10589aade711 (patch)
treedb48d413490984cb7a2f3b8ec1d024d7127df354
parent9cd81393ae8814d46e11b8b658fe70c3664b7606 (diff)
downloadsqlparse-670c340cb0274da997534a93a28d10589aade711.tar.gz
Correct some minor errors on Introduction page.
-rw-r--r--docs/source/intro.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/source/intro.rst b/docs/source/intro.rst
index 78cbe34..330184a 100644
--- a/docs/source/intro.rst
+++ b/docs/source/intro.rst
@@ -6,7 +6,7 @@ Download & Installation
-----------------------
The latest released version can be obtained from the `Python Package
-Index (PyPI) <https://pypi.org/project/sqlparse/>`_. To extract the
+Index (PyPI) <https://pypi.org/project/sqlparse/>`_. To extract and
install the module system-wide run
.. code-block:: bash
@@ -120,7 +120,7 @@ To check out the latest sources of this module run
to check out the latest sources from the repository.
-:mod:`sqlparse` is currently tested under Python 2.7, >=3.3 and pypy. Tests are
+:mod:`sqlparse` is currently tested under Python 2.7, >=3.4 and pypy. Tests are
automatically run on each commit and for each pull request on Travis:
https://travis-ci.org/andialbrecht/sqlparse
@@ -135,9 +135,4 @@ above. Ideally a Python 2 and a Python 3 version should be tested
locally.
Please file bug reports and feature requests on the project site at
-https://github.com/andialbrecht/sqlparse/issues/new or if you have
-code to contribute upload it to https://codereview.appspot.com/ and
-add albrecht.andi@googlemail.com as reviewer.
-
-For more information about the review tool and how to use it visit
-it's project page: https://github.com/rietveld-codereview/rietveld
+https://github.com/andialbrecht/sqlparse/issues/new.