Minor documentation example fix; bold and italic should be spelled out explicitly. (#3779)

pull/3024/head
Timothy Allen 2017-08-22 10:29:15 -07:00 zatwierdzone przez Thibaud Colas
rodzic b0aedf02dc
commit 8d08f83c5a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ This can be achieved by passing a ``features`` keyword argument to ``RichTextFie
.. code-block:: python
body = RichTextField(features=['h2', 'h3', 'b', 'i', 'link'])
body = RichTextField(features=['h2', 'h3', 'bold', 'italic', 'link'])
The recognised feature identifiers are as follows (note that add-on modules may add to this list):