summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Beaven <smileychris@gmail.com>2010-12-14 00:37:42 +0000
committerChris Beaven <smileychris@gmail.com>2010-12-14 00:37:42 +0000
commit5c86831ac55b7e0a23ad0feefb471fc5341e302c (patch)
tree794e82dde95abbfb267195bbbddbbe70a696af0f
parent68548c3effaddfe726bc64abd0ac88b4996bdd28 (diff)
Tiny doc fix. Thanks kizzo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/modeltests/fixtures/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/fixtures/models.py b/tests/modeltests/fixtures/models.py
index 0035bcc7e0..c8fd6a6fac 100644
--- a/tests/modeltests/fixtures/models.py
+++ b/tests/modeltests/fixtures/models.py
@@ -4,7 +4,7 @@
Fixtures are a way of loading data into the database in bulk. Fixure data
can be stored in any serializable format (including JSON and XML). Fixtures
are identified by name, and are stored in either a directory named 'fixtures'
-in the application directory, on in one of the directories named in the
+in the application directory, or in one of the directories named in the
``FIXTURE_DIRS`` setting.
"""