From 550297d20d085bc5a440d905cd3cb2e286588ca8 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Mon, 14 Dec 2020 22:19:00 -0800 Subject: Added backticks to code literals in various docs. --- docs/topics/forms/formsets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index 64f740a997..d8316c913a 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -153,7 +153,7 @@ protects against memory exhaustion attacks using forged ``POST`` requests:: >>> formset.non_form_errors() ['Please submit at most 1000 forms.'] -When ``absolute_max`` is None, it defaults to ``max_num + 1000``. (If +When ``absolute_max`` is ``None``, it defaults to ``max_num + 1000``. (If ``max_num`` is ``None``, it defaults to ``2000``). If ``absolute_max`` is less than ``max_num``, a ``ValueError`` will be raised. -- cgit v1.3