From c58d25cf8d4078ec843a4547a025f830b66b1fbc Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Thu, 9 Dec 2010 00:26:59 +0000 Subject: 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 --- docs/topics/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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``. -- cgit v1.3