Fixed typos in test names and a comment.

This commit is contained in:
Min ho Kim 2019-08-23 18:46:43 +10:00 committed by Carlton Gibson
parent 521308e575
commit 7bd9633320
5 changed files with 5 additions and 5 deletions

View file

@ -458,7 +458,7 @@ class RequestsTests(SimpleTestCase):
self.assertEqual(request.read(13), b'--boundary\r\nC')
self.assertEqual(request.POST, {'name': ['value']})
def test_POST_immutable_for_mutipart(self):
def test_POST_immutable_for_multipart(self):
"""
MultiPartParser.parse() leaves request.POST immutable.
"""