summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2014-04-16 10:35:11 +0200
committerMarcel Hellkamp <marc@gsites.de>2014-04-16 10:35:11 +0200
commitc4648c3462115398469ebbae1cbd46f48fd253bb (patch)
treeaffdef50d8f3388e49d8c97ffae9882edf4ef818
parent33b1683793bc6ce8af37c9d5c34be0c4fe220d1f (diff)
parentebe2e52ec45c1de58b0b9f2e18fe23777f51b899 (diff)
downloadbottle-c4648c3462115398469ebbae1cbd46f48fd253bb.tar.gz
Merge pull request #615 from hjalves/patch-1
Minor fix in the documentation
-rwxr-xr-xdocs/stpl.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/stpl.rst b/docs/stpl.rst
index 1241edc..d099a15 100755
--- a/docs/stpl.rst
+++ b/docs/stpl.rst
@@ -127,7 +127,7 @@ Each template is preloaded with a bunch of functions that help with the most com
.. currentmodule:: stpl
.. versionchanged:: 0.12
- Prior to this release, :func:`include` and :func:`rebase` were sytnax keywords, not functions.
+ Prior to this release, :func:`include` and :func:`rebase` were syntax keywords, not functions.
.. function:: include(sub_template, **variables)
@@ -151,7 +151,7 @@ Each template is preloaded with a bunch of functions that help with the most com
<title>{{title or 'No title'}}</title>
</head>
<body>
- {{base}}
+ {{!base}}
</body>
</html>