diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-12-14 22:19:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 07:19:00 +0100 |
| commit | 550297d20d085bc5a440d905cd3cb2e286588ca8 (patch) | |
| tree | 7eb34c606850541d1296456eea8ef5c250eed165 /docs/topics/forms | |
| parent | 593829a5aba605481a66c7c87e0e45061ee08bb5 (diff) | |
Added backticks to code literals in various docs.
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/formsets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
