Index: docs/topics/db/models.txt
===================================================================
--- docs/topics/db/models.txt	(revision 10166)
+++ docs/topics/db/models.txt	(working copy)
@@ -1022,7 +1022,7 @@
 proxy model by setting the :attr:`~django.db.models.Options.proxy` attribute to of the ``Meta`` class to ``True``.
 
 For example, suppose you want to add a method to the standard ``User`` model
-that will make be used in your templates. You can do it like this::
+that will be used in your templates. You can do it like this::
 
     from django.contrib.auth.models import User
 
