diff --git a/docs/db-api.txt b/docs/db-api.txt index 4c27748268..722535adb4 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -577,7 +577,7 @@ of the arguments is required, but you should use at least one of them. The next example is more advanced; it does a subquery to give each resulting ``Blog`` object an ``entry_count`` attribute, an integer count - of associated ``Entry`` objects. + of associated ``Entry`` objects:: Blog.objects.extra( select={