Index: docs/ref/models/querysets.txt
===================================================================
--- docs/ref/models/querysets.txt	(revision 10558)
+++ docs/ref/models/querysets.txt	(working copy)
@@ -188,7 +188,7 @@
     >>> q[0].entry__count
     42
 
-The ``Blog`` model doesn't define an ``entry_count`` attribute by itself,
+The ``Blog`` model doesn't define an ``entry__count`` attribute by itself,
 but by using a keyword argument to specify the aggregate function, you can
 control the name of the annotation::
 
