Index: docs/install.txt
===================================================================
--- docs/install.txt	(revision 6658)
+++ docs/install.txt	(working copy)
@@ -74,8 +74,8 @@
 If you plan to use Django's ``manage.py syncdb`` command to
 automatically create database tables for your models, you'll need to
 ensure that Django has permission to create tables in the database
-you're using; if you plan to manually create the tables, you can
-simply grant Django ``SELECT``, ``INSERT``, ``UPDATE`` and ``DELETE``
+you're using; if you plan to manually create the tables, you will only
+need to grant Django ``SELECT``, ``INSERT``, ``UPDATE`` and ``DELETE``
 permissions. Django does not issue ``ALTER TABLE`` statements, and so
 will not require permission to do so. If you will be using Django's
 `testing framework`_ with data fixtures, Django will need permission
