From f3b982f21f098958e1e018044df00e93cdb40bd1 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Thu, 8 Jan 2026 16:25:49 -0500 Subject: Fixed a typo in docs/ref/forms/models.txt. --- docs/ref/forms/models.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/forms') 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 -- cgit v1.3