Skip to content

Commit c48904a

Browse files
Fixed typo in docs/ref/contrib/contenttypes.txt.
1 parent 9932866 commit c48904a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ref/contrib/contenttypes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ normal field object, these examples will *not* work:
383383
>>> TaggedItem.objects.get(content_object=guido)
384384

385385
Likewise, :class:`~django.contrib.contenttypes.fields.GenericForeignKey`\s
386-
does not appear in :class:`~django.forms.ModelForm`\s.
386+
do not appear in :class:`~django.forms.ModelForm`\s.
387387

388388
Reverse generic relations
389389
-------------------------

0 commit comments

Comments
 (0)