diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-27 19:49:16 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-27 19:49:16 -0500 |
| commit | 3d0c3a0482496fc1914a40ec3c3eb70e67f0d643 (patch) | |
| tree | d086dbe7e74a95a599786648588af53c9f9dbf10 | |
| parent | 508be27dbf43b5525a298ad184a9833906b6744c (diff) | |
Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
| -rw-r--r-- | docs/topics/testing/tools.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 69649d7a2e..d1e06704f2 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -953,7 +953,8 @@ attribute:: from django.test import TestCase, Client class MyTestClient(Client): - # Specialized methods for your environment... + # Specialized methods for your environment + ... class MyTest(TestCase): client_class = MyTestClient |
