summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2010-08-08 23:32:55 -0700
committerChris Wanstrath <chris@ozmm.org>2010-08-08 23:32:55 -0700
commit49c34b0c223efecc9f1d5efdaa748dfccacd02b6 (patch)
treedcd41fca248214b30b8d9a54f040df34e7253fd6 /README.rst
parent4a66a1668c8d17846481e0db0c1fd9be09b04e9e (diff)
downloadpystache-49c34b0c223efecc9f1d5efdaa748dfccacd02b6.tar.gz
Requires Python 2.6
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 003eebb..c972a62 100644
--- a/README.rst
+++ b/README.rst
@@ -8,9 +8,8 @@ framework-agnostic way to render logic-free views.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."
-Pystache is a Python implementation of Mustache. It has been tested
-with Python 2.6.1.
-
+Pystache is a Python implementation of Mustache. Pystache requires
+Python 2.6.
Documentation
=============