summaryrefslogtreecommitdiff
path: root/tests/modeltests/test_client/models.py
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-12-01 21:18:45 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-12-01 21:18:45 +0000
commita72324bf7f001f163aa75b73d7eb3e7601c29b60 (patch)
tree26df4f07150a91ec0809d9524fab89dc9d1fefea /tests/modeltests/test_client/models.py
parent6875fd6389dc1f61191749a234e04e069e54dd1f (diff)
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
Diffstat (limited to 'tests/modeltests/test_client/models.py')
-rw-r--r--tests/modeltests/test_client/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/test_client/models.py b/tests/modeltests/test_client/models.py
index c7aaaff67d..1a6e1bdc18 100644
--- a/tests/modeltests/test_client/models.py
+++ b/tests/modeltests/test_client/models.py
@@ -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.