From f1f1005ebf3cc62a4bbf7cf5b0a6b77e749f5c3e Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Fri, 9 Apr 2021 23:32:34 +0000 Subject: [PATCH] Fix trivial typo in README.unittests --- README.unittests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.unittests.rst b/README.unittests.rst index 03752b7640..e7f09dff78 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -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 -- 2.47.3