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:29:40 -0400
commit1dbf415a1829a0bacd8cb31a8da5f2a99c5ea465 (patch)
tree6fb7cf969f979dc84370598b00c04f46d5e45a02 /docs
parentb8df1eb7c2f3e6db8866d9209330b237cdd83eeb (diff)
[5.2.x] Fixed typo in docs/ref/contrib/contenttypes.txt.
Backport of c48904a225e2e8f02274257247d5b7d29c5fe183 from main.
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 18eaff43b2..ab5ed7fb0a 100644
--- a/docs/ref/contrib/contenttypes.txt
+++ b/docs/ref/contrib/contenttypes.txt
@@ -386,7 +386,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
-------------------------