]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix trivial typo in README.unittests 6237/head
authorStephen Rosen <sirosen@globus.org>
Fri, 9 Apr 2021 23:32:34 +0000 (23:32 +0000)
committerStephen Rosen <sirosen@globus.org>
Fri, 9 Apr 2021 23:32:34 +0000 (23:32 +0000)
README.unittests.rst

index 03752b7640ad8d5ad6b0886c1fe3dedde12b50f0..e7f09dff78f0fbda6ea9b9431a1964ff38ab241c 100644 (file)
@@ -16,7 +16,7 @@ Advanced Tox Options
 
 For more elaborate CI-style test running, the tox script provided will
 run against various Python / database targets.   For a basic run against
-Python 2.7 using an in-memory SQLite database::
+Python 3.8 using an in-memory SQLite database::
 
     tox -e py38-sqlite