summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-23 08:45:01 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-23 08:45:01 -0700
commit11eaef892090763991ae5f79f9ba17e8348f896a (patch)
tree9f7dc308114a9956033af3432ea36c46f1587cf6
parent6c42ef7d2497de1abae6c0450cb2400667f87e18 (diff)
downloadpystache-11eaef892090763991ae5f79f9ba17e8348f896a.tar.gz
README tweak.
-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