diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2010-12-09 00:26:59 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2010-12-09 00:26:59 +0000 |
| commit | c58d25cf8d4078ec843a4547a025f830b66b1fbc (patch) | |
| tree | ce23ffe95be1a3a3ae46a899698bc69a0ecac9ba /docs | |
| parent | e0d8c5fca26bbe20cc26226e794dbb0e61a3467b (diff) | |
Fixed a couple of typos and small errors from r14696 and r14822.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index d1fda1d6a6..17a5db5481 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -493,7 +493,7 @@ can specify the dependencies that exist using the } Under this configuration, the ``diamonds`` database will be created first, -as it is the only database alias without dependencies. The ``default``` and +as it is the only database alias without dependencies. The ``default`` and ``clubs`` alias will be created next (although the order of creation of this pair is not guaranteed); then ``hearts``; and finally ``spades``. |
