aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-05-16 10:10:24 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-05-16 10:10:24 -0400
commit800cef7514925e98cff632f1d7e8440a9181cf78 (patch)
treed2166f0466487bae1400f1094e50a8a69ca35329
parent86de3dc7464e616fd2403741ffe8088e2d3b49da (diff)
downloadexternal_python_mako-800cef7514925e98cff632f1d7e8440a9181cf78.tar.gz
external_python_mako-800cef7514925e98cff632f1d7e8440a9181cf78.tar.bz2
external_python_mako-800cef7514925e98cff632f1d7e8440a9181cf78.zip
typo
-rw-r--r--doc/build/syntax.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/syntax.rst b/doc/build/syntax.rst
index 389147e..fe4a860 100644
--- a/doc/build/syntax.rst
+++ b/doc/build/syntax.rst
@@ -441,7 +441,7 @@ Mako:
<%text filter="h">
heres some fake mako ${syntax}
<%def name="x()">${x}</%def>
- <%/text>
+ </%text>
Returning Early from a Template
===============================