summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5857c62..a42daa0 100644
--- a/README.rst
+++ b/README.rst
@@ -162,9 +162,9 @@ Mustache spec. To include tests from the Mustache spec in your test runs: ::
git submodule init
git submodule update
-To test a source distribution of Pystache with Python 3.x, you must use tox.
-This is because the raw source is not Python 3 compatible and must be first
-be run through 2to3_.
+To test Pystache from a source distribution with Python 3.x, you must use tox.
+This is because the raw source is not Python 3 compatible and must first be
+run through 2to3_.
Mailing List