aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-03 15:37:03 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-03-03 15:37:03 +0100
commit4d01f315285c7e909b1af7504150a6c403f64fe9 (patch)
tree947e78749a2b99ea4c9d59ccaa7ebcdae8f41683 /README.rst
parentc7193a9f893469577a61f3db6e075b8c0da35ec6 (diff)
downloadaskama-4d01f315285c7e909b1af7504150a6c403f64fe9.tar.gz
askama-4d01f315285c7e909b1af7504150a6c403f64fe9.tar.bz2
askama-4d01f315285c7e909b1af7504150a6c403f64fe9.zip
Improve language in debugging section
Diffstat (limited to '')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 765333a..6345603 100644
--- a/README.rst
+++ b/README.rst
@@ -103,7 +103,7 @@ Review the `test cases`_ for more examples.
Debugging and troubleshooting
-----------------------------
-You can debug your the parse tree for a template and the generated code by
+You can view the parse tree for a template as well as the generated code by
changing the ``template`` attribute item list for the template struct:
.. code-block:: rust