diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-28 12:36:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-28 12:36:57 +0100 |
| commit | ad6bb20557f5c87de26aeb3afb061af942a8cc17 (patch) | |
| tree | 2d3e4f7e5a620c7f1daaec3607131ae52bacbb22 /docs/topics/forms | |
| parent | b13d920b7b56d3e088e35311f5ee54f25d2779af (diff) | |
Avoided counting attributes and methods in 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 c162d771c2..a549a047cd 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -769,7 +769,7 @@ This is useful if you want to :ref:`use more than one formset in a view Using a formset in views and templates ====================================== -Formsets have five attributes and five methods associated with rendering. +Formsets have the following attributes and methods associated with rendering: .. attribute:: BaseFormSet.renderer |
