summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Wanstrath <chris@ozmm.org>2009-11-11 16:52:48 -0800
committerChris Wanstrath <chris@ozmm.org>2009-11-11 16:52:48 -0800
commit1ac8a33d04d3289a67fb75d05f06ed13da433414 (patch)
tree5528999fac7914f023279af2649850d5168c8607 /README.md
parent2107e616fd51e3d4d76e6ff76018a5498dc95b0d (diff)
downloadpystache-1ac8a33d04d3289a67fb75d05f06ed13da433414.tar.gz
whitespace
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 cf2159b..6ef6415 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ You can also create dedicated view classes to hold your view logic.
Here's your simple.py:
import pystache
class Simple(pystache.View):
- def thing(self):
+ def thing(self):
return "pizza"
Then your template, simple.mustache: