syntax => keyword

pull/5631/head
Karl Hobley 2019-10-03 11:33:49 +01:00 zatwierdzone przez Matt Westcott
rodzic 6727ded7bc
commit 8335eb5305
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -217,7 +217,7 @@ You can also use the ``attrs`` property as a shorthand to output the attributes
Alternative HTML tags
---------------------
The ``as`` syntax allows alternative HTML image tags (such as ``<picture>`` or ``<amp-img>``) to be used.
The ``as`` keyword allows alternative HTML image tags (such as ``<picture>`` or ``<amp-img>``) to be used.
For example, to use the ``<picture>`` tag:
.. code-block:: html+django