summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias K <mk@feinheit.ch>2016-05-07 15:40:53 +0200
committerMarkus Holtermann <info@markusholtermann.eu>2016-05-07 15:40:53 +0200
commit8b2fce0f70f41518a4d20ee1c27f42fd7ad64bf4 (patch)
treecd0a975e79adca16a5e0a43f46e5e44d65e60a29 /docs
parent6ae617dc57149216d264d3596cdb10a72dad1bca (diff)
Fixed a typo
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/urls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 5555a4a1ab..81dc4a0d94 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -626,7 +626,7 @@ way to tell these named URLs apart.
Django applications that make proper use of URL namespacing can be deployed more
than once for a particular site. For example :mod:`django.contrib.admin` has an
:class:`~django.contrib.admin.AdminSite` class which allows you to easily
-:ref:`deploy more than once instance of the admin <multiple-admin-sites>`.
+:ref:`deploy more than one instance of the admin <multiple-admin-sites>`.
In a later example, we'll discuss the idea of deploying the polls application
from the tutorial in two different locations so we can serve the same
functionality to two different audiences (authors and publishers).