summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-05-22 14:08:04 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-05-22 14:08:04 -0700
commitea4e22974fde1984a0343614134ba0dbec6d69d0 (patch)
tree13ed94ca1363f3826fd66522d787cffb6e7986b0 /README.md
parent70e222a94e4c85b79bfa330f9195c75c3da6076f (diff)
downloadpystache-ea4e22974fde1984a0343614134ba0dbec6d69d0.tar.gz
Tweak README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae06e92..88daf92 100644
--- a/README.md
+++ b/README.md
@@ -233,7 +233,7 @@ To convert the code without using setup.py, you can use
2to3 --write --nobackups --no-diffs --doctests_only pystache
2to3 --write --nobackups --no-diffs pystache
-This converts the code in-place.
+This converts the code (and doctests) in place.
To `import pystache` from a source distribution while using Python 3, be
sure that you are importing from a directory containing a converted