Fixed typos in docs and comments

This commit is contained in:
Tim Graham 2013-01-29 08:45:40 -07:00
parent b99a4e1073
commit ee26797cff
15 changed files with 20 additions and 17 deletions

View file

@ -7,7 +7,7 @@ from django.utils.unittest import TestCase
#
# Tests for #9659: wsgi.file_wrapper in the builtin server.
# We need to mock a couple of of handlers and keep track of what
# We need to mock a couple of handlers and keep track of what
# gets called when using a couple kinds of WSGI apps.
#