summaryrefslogtreecommitdiff
path: root/docs/stpl.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/stpl.rst')
-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
-----------------------