From d42b9b4a74318cf96be28f329e3fd9cf7a44c4a1 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 25 Jan 2021 14:26:08 +0000 Subject: [PATCH] add backticks to streamfield option docs --- docs/topics/streamfield.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/streamfield.rst b/docs/topics/streamfield.rst index c5795e91ee..1cf445c176 100644 --- a/docs/topics/streamfield.rst +++ b/docs/topics/streamfield.rst @@ -49,7 +49,7 @@ This defines the set of available block types that can be used within this field ``StreamField`` also accepts the following optional keyword arguments: -``blank`` (default: False) +``blank`` (default: ``False``) When false, at least one block must be provided for the field to be considered valid. ``min_num`` @@ -63,7 +63,7 @@ This defines the set of available block types that can be used within this field .. versionadded:: 2.13 - The ``min_num``, ``max_num`` and ``block_counts`` arguments were added. Previously, these were only available on the StreamBlock definition. + The ``min_num``, ``max_num`` and ``block_counts`` arguments were added. Previously, these were only available on the ``StreamBlock`` definition. Basic block types