Fixed #6068 -- Updated docstrings in model tests to make the documentation

examples correct.  Thanks Wang Chun.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-12-01 21:18:45 +00:00
parent 6875fd6389
commit a72324bf7f
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
"""
38. Testing using the Test Client
39. Testing using the Test Client
The test client is a class that can act like a simple
browser for testing purposes.