summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-09-05 15:17:28 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2025-09-13 11:24:43 -0400
commitc48904a225e2e8f02274257247d5b7d29c5fe183 (patch)
treee8b574a275ecff8ab6cab2af8de979a2cbc316b7 /docs
parent9932866e3a7693930a90a924014c10614820ea70 (diff)
Fixed typo in docs/ref/contrib/contenttypes.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/contenttypes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt
index 2f0b45ff25..72bee36a08 100644
--- a/docs/ref/contrib/contenttypes.txt
+++ b/docs/ref/contrib/contenttypes.txt
@@ -383,7 +383,7 @@ normal field object, these examples will *not* work:
>>> TaggedItem.objects.get(content_object=guido)
Likewise, :class:`~django.contrib.contenttypes.fields.GenericForeignKey`\s
-does not appear in :class:`~django.forms.ModelForm`\s.
+do not appear in :class:`~django.forms.ModelForm`\s.
Reverse generic relations
-------------------------