diff --git a/docs/ref/contrib/contenttypes.txt b/docs/ref/contrib/contenttypes.txt index 343ede1949..f47bdf8d3e 100644 --- a/docs/ref/contrib/contenttypes.txt +++ b/docs/ref/contrib/contenttypes.txt @@ -391,7 +391,7 @@ Defining :class:`~django.contrib.contenttypes.fields.GenericRelation` with This enables filtering, ordering, and other query operations on ``Bookmark`` from ``TaggedItem``:: - >>> # Get all tags belonging to books containing `django` in the url + >>> # Get all tags belonging to bookmarks containing `django` in the url >>> TaggedItem.objects.filter(bookmarks__url__contains='django') , ]>