summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-03-20 04:12:50 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-03-20 04:12:50 -0700
commit8c2e922c0dd7ed1ca949399b672916a012e2eff0 (patch)
tree76dbb028e9affb632e1cb3e50aedf64c138023b2
parent4edb9fa0cdba7d5f43167086dcba7f8141e9aad6 (diff)
downloadpystache-8c2e922c0dd7ed1ca949399b672916a012e2eff0.tar.gz
Updated custom_template module docstring.
-rw-r--r--pystache/custom_template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pystache/custom_template.py b/pystache/custom_template.py
index 9befa93..4fd9223 100644
--- a/pystache/custom_template.py
+++ b/pystache/custom_template.py
@@ -1,7 +1,7 @@
# coding: utf-8
"""
-This module provides a View class.
+This module supports specifying custom template information per view.
"""