diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-03 15:37:03 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-03-03 15:37:03 +0100 |
commit | 4d01f315285c7e909b1af7504150a6c403f64fe9 (patch) | |
tree | 947e78749a2b99ea4c9d59ccaa7ebcdae8f41683 /README.rst | |
parent | c7193a9f893469577a61f3db6e075b8c0da35ec6 (diff) | |
download | askama-4d01f315285c7e909b1af7504150a6c403f64fe9.tar.gz askama-4d01f315285c7e909b1af7504150a6c403f64fe9.tar.bz2 askama-4d01f315285c7e909b1af7504150a6c403f64fe9.zip |
Improve language in debugging section
Diffstat (limited to '')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |