mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Capitalized "Python" in docs and comments.
This commit is contained in:
parent
31c0348687
commit
e90af8bad4
13 changed files with 13 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue