mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed typos in code comments.
This commit is contained in:
parent
dccf41cff0
commit
039465a6a7
26 changed files with 28 additions and 28 deletions
|
@ -352,7 +352,7 @@ class RequestsTests(SimpleTestCase):
|
|||
"""
|
||||
Reading body after parsing multipart/form-data is not allowed
|
||||
"""
|
||||
# Because multipart is used for large amounts fo data i.e. file uploads,
|
||||
# Because multipart is used for large amounts of data i.e. file uploads,
|
||||
# we don't want the data held in memory twice, and we don't want to
|
||||
# silence the error by setting body = '' either.
|
||||
payload = FakePayload("\r\n".join([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue