summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2012-02-17 20:09:40 +0000
committerCarl Meyer <carl@oddbird.net>2012-02-17 20:09:40 +0000
commit2a1a0f47bb53ef3e1fb1a9c222fed22d8361a1b1 (patch)
tree50bdec7fb3537e6b6a77a69cddc9189dbf293c71 /docs
parent7981efe04fbdcd7d6d434e2306d4e3ed17a9f0e0 (diff)
Fixed typo in GIS testing docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/testing.txt b/docs/ref/contrib/gis/testing.txt
index a9c86f3c3c..b21ba7b407 100644
--- a/docs/ref/contrib/gis/testing.txt
+++ b/docs/ref/contrib/gis/testing.txt
@@ -63,7 +63,7 @@ you may be required to use a database superuser.
Create database user
^^^^^^^^^^^^^^^^^^^^
-To make database user with the ability to create databases, use the
+To make a database user with the ability to create databases, use the
following command::
$ createuser --createdb -R -S <user_name>