summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Rosamilia <ivoahivoah@gmail.com>2017-12-09 07:23:01 -0500
committerMarcel Hellkamp <marc@gsites.de>2017-12-09 13:23:01 +0100
commit56ccbba1df3b09cbb1274fad27522e2d7fd3d489 (patch)
treeb4a0aaaaaa60e84f87fb49f99a1660b193f55fb2
parent06cc47b1f5403767ccc792b4ac739c4948982de4 (diff)
downloadbottle-56ccbba1df3b09cbb1274fad27522e2d7fd3d489.tar.gz
Insert omitted word in stpl.rst (#1012)
-rwxr-xr-xdocs/stpl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/stpl.rst b/docs/stpl.rst
index 47de478..155b4b9 100755
--- a/docs/stpl.rst
+++ b/docs/stpl.rst
@@ -93,7 +93,7 @@ Both the ``%`` and the ``<%`` tokens are only recognized if they are the first n
\<% Another line that starts with a token but is rendered as text.
{{'\\%'}} this line starts with an escaped token.
-If you find yourself to escape a lot, consider using :ref:`custom tokens <stpl-custom-tokens>`.
+If you find yourself needing to escape a lot, consider using :ref:`custom tokens <stpl-custom-tokens>`.
Whitespace Control
-----------------------