From 2a1a0f47bb53ef3e1fb1a9c222fed22d8361a1b1 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Fri, 17 Feb 2012 20:09:40 +0000 Subject: [PATCH] Fixed typo in GIS testing docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17541 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/gis/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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