summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-01-08 16:25:49 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-01-08 19:10:40 -0500
commitf3b982f21f098958e1e018044df00e93cdb40bd1 (patch)
tree1c5769901e1165592bb80890c02a4d0cc47afc19 /docs/ref
parent459a3d17b973df23fc45328d4e976a270f0edd7f (diff)
Fixed a typo in docs/ref/forms/models.txt.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/forms/models.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/models.txt b/docs/ref/forms/models.txt
index a0326d7608..12df20e0b0 100644
--- a/docs/ref/forms/models.txt
+++ b/docs/ref/forms/models.txt
@@ -17,7 +17,7 @@ Model form ``Meta`` API
.. class:: ModelFormOptions
The ``_meta`` API is used to build forms that reflect a Django model. It is
-accessible through the ``_meta`` attribute of each model form, and is an
+accessible through the ``_meta`` attribute of each model form, and is a
``django.forms.models.ModelFormOptions`` instance.
The structure of the generated form can be customized by defining metadata