Capitalized "Python" in docs and comments.

This commit is contained in:
Jon Dufresne 2018-10-09 06:26:07 -07:00 committed by Tim Graham
parent 31c0348687
commit e90af8bad4
13 changed files with 13 additions and 13 deletions

View file

@ -821,7 +821,7 @@ class FileFieldStorageTests(TestCase):
# Create sample file
temp_storage.save('tests/example.txt', ContentFile('some content'))
# Load it as python file object
# Load it as Python file object
with open(temp_storage.path('tests/example.txt')) as file_obj:
# Save it using storage and read its content
temp_storage.save('tests/file_obj', file_obj)