diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:47:53 +0200 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2020-09-13 08:47:53 +0200 |
commit | 7c90de66247b59cd59415088445552d63a1044cb (patch) | |
tree | 20e21b1a8724cf04825f20df0cfac3b2557d7149 /docs/source | |
parent | df45180ec8b982810bd5837cf721da984e64faae (diff) | |
download | sqlparse-7c90de66247b59cd59415088445552d63a1044cb.tar.gz |
Correct capitalization of PyPy.
See also https://github.com/andialbrecht/sqlparse/pull/555
Diffstat (limited to 'docs/source')
-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 41e4d23..1d3c949 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -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 3.5+ and pypy. Tests are +:mod:`sqlparse` is currently tested under Python 3.5+ and PyPy. Tests are automatically run on each commit and for each pull request on Travis: https://travis-ci.org/andialbrecht/sqlparse |