1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Fixed many typos in comments and docstrings.

Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
Rodolfo Carvalho
2014-03-02 15:25:53 +01:00
committed by Tim Graham
parent 6acaa52386
commit 0d91225892
121 changed files with 208 additions and 208 deletions

View File

@@ -341,7 +341,7 @@ class FileStorageTests(unittest.TestCase):
def test_file_chunks_error(self):
"""
Test behaviour when file.chunks() is raising an error
Test behavior when file.chunks() is raising an error
"""
f1 = ContentFile('chunks fails')