summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/model-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index e7afbfd13a..319789dba9 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -1761,7 +1761,7 @@ But this template code is good::
.. note::
The string you return from ``get_absolute_url()`` must be use only ASCII
- characters (required by the URI spec, `RFC 2396`_) that has been
+ 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
further processing.