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