diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-18 16:14:16 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-18 16:14:16 +0100 |
commit | 794183e824592f7241ef9f12702c80cf772b85ab (patch) | |
tree | ec055ef02d5a4064e8d2a0f2ea01fb19afbaf5d3 | |
parent | 643c1fc7a5dd07ab23f18053c16ebc2683691bc9 (diff) | |
download | askama-794183e824592f7241ef9f12702c80cf772b85ab.tar.gz askama-794183e824592f7241ef9f12702c80cf772b85ab.tar.bz2 askama-794183e824592f7241ef9f12702c80cf772b85ab.zip |
Soften remark on complexity of debugging
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Askama is in heavy development, so it currently has some limitations: * Only a small number of built-in template filters have been implemented * User-defined template filters are not supported yet * Not a lot of documentation has been written -* Debugging Askama bugs or template problems can be challenging +* Debugging template problems is not always straightforward All feedback welcome. Feel free to file bugs, requests for documentation and any other feedback to the `issue tracker`_ or `tweet me`_. |