diff options
| author | Timo Graham <timograham@gmail.com> | 2011-05-31 09:42:19 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-05-31 09:42:19 +0000 |
| commit | caefdc824665f24d083c03fbf96e6b5303dba37c (patch) | |
| tree | a2372e74cb52d42b1e0d31690623e2c0f9b35cd1 /docs/internals/contributing/writing-code | |
| parent | 0994416d3f2dbe4a6428213274aef8a91e717c04 (diff) | |
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
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 926a7d85af..3789172f99 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -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: |
