From 2f3a4cd573166e6b7bac9ed89d448ca34ab93edf Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Wed, 24 Sep 2014 12:13:13 +0700 Subject: Removed numbering from the models.py header of some test packages. This is a reliqua from the early days of the modeltests/regressiontests era. --- tests/test_client/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_client') diff --git a/tests/test_client/tests.py b/tests/test_client/tests.py index a14d1ebef1..034bb95b41 100644 --- a/tests/test_client/tests.py +++ b/tests/test_client/tests.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -39. Testing using the Test Client +Testing using the Test Client The test client is a class that can act like a simple browser for testing purposes. -- cgit v1.3