Fixed #4366 -- Fixed a small typo. Thanks, Ivan Sagalaev.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-05-27 13:20:48 +00:00
parent 47c94244e4
commit 67abbb6ea0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Testing Django applications
Automated testing is an extremely useful bug-killing tool for the modern
Web developer. You can use a collection of tests -- a **test suite** -- to
to solve, or avoid, a number of problems:
solve, or avoid, a number of problems:
* When you're writing new code, you can use tests to validate your code
works as expected.