diff --git a/docs/email.txt b/docs/email.txt
index 7f2eef6fc7..e54620c818 100644
--- a/docs/email.txt
+++ b/docs/email.txt
@@ -179,7 +179,7 @@ from the request's POST data, sends that to admin@example.com and redirects to
                 return HttpResponse('Invalid header found.')
             return HttpResponseRedirect('/contact/thanks/')
         else:
-            # In reality we'd use a manipulator
+            # In reality we'd use a form class
             # to get proper validation errors.
             return HttpResponse('Make sure all fields are entered and valid.')