summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-15 00:29:53 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-15 00:29:53 -0700
commit9b5195fe6e02c5a91ec1a52bb56bd1664170a5ad (patch)
treeee36d2ee53b6d16b77c8e6c2e6c31969099b3d39 /README.rst
parentee07ff5a8e14939ce9fc87dfe6439a2ed045b76e (diff)
downloadpystache-9b5195fe6e02c5a91ec1a52bb56bd1664170a5ad.tar.gz
README doctest update for moving examples folder.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index dd7d685..ae3980e 100644
--- a/README.rst
+++ b/README.rst
@@ -66,7 +66,7 @@ Here's your view class (in examples/readme.py)::
Like so::
- >>> from examples.readme import SayHello
+ >>> from pystache.tests.examples.readme import SayHello
>>> hello = SayHello()
Then your template, say_hello.mustache::