diff --git a/docs/topics/generic-views.txt b/docs/topics/generic-views.txt index 8e8f38b3ce..c7d751a86b 100644 --- a/docs/topics/generic-views.txt +++ b/docs/topics/generic-views.txt @@ -297,7 +297,7 @@ explicitly defined function: } or you could use a less obvious but shorter version that relies on the fact that -``Publisher.objects.all`` is itself a callable: +``Book.objects.all`` is itself a callable: .. parsed-literal::