From 670c340cb0274da997534a93a28d10589aade711 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Sat, 25 May 2019 09:45:19 +0200 Subject: Correct some minor errors on Introduction page. --- docs/source/intro.rst | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'docs') 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) `_. To extract the +Index (PyPI) `_. 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. -- cgit v1.2.1