Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Nov 12, 2009
1 parent 2107e61 commit 1ac8a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ You can also create dedicated view classes to hold your view logic.
Here's your simple.py: Here's your simple.py:
import pystache import pystache
class Simple(pystache.View): class Simple(pystache.View):
def thing(self): def thing(self):
return "pizza" return "pizza"


Then your template, simple.mustache: Then your template, simple.mustache:
Expand Down

0 comments on commit 1ac8a33

Please sign in to comment.