aboutsummaryrefslogtreecommitdiffstats
path: root/mako
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-12-05 10:57:56 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-12-05 10:57:56 -0500
commit04567a8cc9e9855319716d5b06bb1d05c5a5ec3e (patch)
tree315df8f9c1756f7988d797e5b3e13bf706e92d49 /mako
parent5dfcfacbf9481a0b40abacf06de0624727276a6b (diff)
downloadexternal_python_mako-04567a8cc9e9855319716d5b06bb1d05c5a5ec3e.tar.gz
external_python_mako-04567a8cc9e9855319716d5b06bb1d05c5a5ec3e.tar.bz2
external_python_mako-04567a8cc9e9855319716d5b06bb1d05c5a5ec3e.zip
make it more clear about what "context" is called in a template
Diffstat (limited to 'mako')
-rw-r--r--mako/runtime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/runtime.py b/mako/runtime.py
index 6236b14..7e3b6d4 100644
--- a/mako/runtime.py
+++ b/mako/runtime.py
@@ -14,7 +14,7 @@ class Context(object):
"""Provides runtime namespace, output buffer, and various
callstacks for templates.
- See :ref:`runtime_toplevel` for detail on the usage of
+ See :ref:`runtime_toplevel` for detail on the usage of
:class:`.Context`.
"""