0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00

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

This commit is contained in:
Timothy Allen 2017-08-22 10:29:15 -07:00 committed by Thibaud Colas
parent b0aedf02dc
commit 8d08f83c5a

View File

@ -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):