Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham 2011-05-31 09:42:19 +00:00
parent 0994416d3f
commit caefdc8246
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ Quickstart
~~~~~~~~~~
Running the tests requires a Django settings module that defines the
databases to use. To make it easy to get started. Django provides a
databases to use. To make it easy to get started, Django provides a
sample settings module that uses the SQLite database. To run the tests
with this sample ``settings`` module, ``cd`` into the Django
``tests/`` directory and run: