summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-06-10 14:36:40 -0400
committerTim Graham <timograham@gmail.com>2013-06-10 14:37:38 -0400
commitcd1aec65cc255d5ca6882a72714247d1106027c6 (patch)
treea2ee8448213f0a97ca6b8a906aa2821eb4dc55d9 /docs/topics
parent46dacb5bb157ff78e21c19f1f1b109edf378ddcb (diff)
[1.5.x] Fixed #20578 - Typo in BaseFormSet module name
Backport of 9ff5f100dd from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/forms/formsets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt
index 6ff8abe568..142ed380b5 100644
--- a/docs/topics/forms/formsets.txt
+++ b/docs/topics/forms/formsets.txt
@@ -3,7 +3,7 @@
Formsets
========
-.. class:: django.forms.formset.BaseFormSet
+.. class:: django.forms.formsets.BaseFormSet
A formset is a layer of abstraction to work with multiple forms on the same
page. It can be best compared to a data grid. Let's say you have the following