aboutsummaryrefslogtreecommitdiffstats
path: root/mako/runtime.py
diff options
context:
space:
mode:
Diffstat (limited to 'mako/runtime.py')
-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`.
"""