Index: docs/model-api.txt
===================================================================
--- docs/model-api.txt	(revision 5282)
+++ docs/model-api.txt	(working copy)
@@ -1760,7 +1760,7 @@
     <a href="{{ object.get_absolute_url }}">{{ object.name }}</a>
 
 .. note::
-    The string you return from ``get_absolute_url()`` must be use only ASCII
+    The string you return from ``get_absolute_url()`` must contain only ASCII
     characters (required by the URI spec, `RFC 2396`_) that have been
     URL-encoded, if necessary. Code and templates using ``get_absolute_url()``
     should be able to use the result directly without needing to do any
