many changes to the documentation, mostly typos

This commit is contained in:
Jonas Winkler
2020-11-23 19:34:52 +01:00
parent 49ff1984f0
commit d7160de9f1
11 changed files with 42 additions and 34 deletions

View File

@@ -85,7 +85,7 @@ quoted, or triple-quoted string will do:
problematic_string = 'This is a "string" with "quotes" in it'
In HTML templates, please use double-quotes for tag attributes, and single
quotes for arguments passed to Django tempalte tags:
quotes for arguments passed to Django template tags:
.. code:: html