diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-05-14 03:27:07 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-05-14 03:27:07 +0000 |
| commit | a386aa7cc28dde3afd5460919fea3ae24ca092a2 (patch) | |
| tree | 4864be61278c2b28dcd2017b6a80cf8f07df6f3f | |
| parent | cc1d02a5aa49ebe25c284d0c5263e03cc74e6334 (diff) | |
Fixed #4285 -- Fixed ReST error in docs/testing.txt. Thanks, Michał Kwiatkowski
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt index dd4e9e17b2..92edf46e09 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -503,7 +503,7 @@ that can be useful in testing the behavior of web sites. response. E-mail services --------------- +--------------- **New in Django development version** |
