summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-01-30 08:22:21 -0500
committerJulian Berman <Julian@GrayVines.com>2019-01-30 08:22:21 -0500
commit7073d537508a10796dab1fa5b94cb18bb80a122e (patch)
tree11a7f1606ece2a0989cc56950187fa4fbd105a17
parent540e0fa7dc71b906d091e9956dc12288c60084b2 (diff)
downloadjsonschema-7073d537508a10796dab1fa5b94cb18bb80a122e.tar.gz
Hooray typos.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e7f07f6..ebad6d0 100644
--- a/README.rst
+++ b/README.rst
@@ -100,7 +100,7 @@ package manager), running ``tox`` in the directory of your source
checkout will run ``jsonschema``'s test suite on all of the versions
of Python ``jsonschema`` supports. If you don't have all of the
versions that ``jsonschema`` is tested under, you'll likely want to run
-using``tox``'s ``--skip-missing-interpreters`` option.
+using ``tox``'s ``--skip-missing-interpreters`` option.
Of course you're also free to just run the tests on a single version with your
favorite test runner. The tests live in the ``jsonschema.tests`` package.