summaryrefslogtreecommitdiff
path: root/tests/file_uploads
diff options
context:
space:
mode:
authorMingun Pak <kaienmg@gmail.com>2016-01-24 02:18:11 +0900
committerTim Graham <timograham@gmail.com>2016-01-23 12:45:25 -0500
commit4c912d184d5ba2ae7355fd8dacb70a0366b8f23b (patch)
tree363795271d515b91ebbd94cdf149a27fd26094cb /tests/file_uploads
parentbeb9112a79c919ba959e41f8fe15a70e90bc9c6c (diff)
Fixed typos in test comments.
Diffstat (limited to 'tests/file_uploads')
-rw-r--r--tests/file_uploads/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_uploads/tests.py b/tests/file_uploads/tests.py
index 1d0d0ffee1..ccecfce5c1 100644
--- a/tests/file_uploads/tests.py
+++ b/tests/file_uploads/tests.py
@@ -112,7 +112,7 @@ class FileUploadTests(TestCase):
tdir = sys_tempfile.mkdtemp()
self.addCleanup(shutil.rmtree, tdir, True)
- # This file contains chinese symbols and an accented char in the name.
+ # This file contains Chinese symbols and an accented char in the name.
with open(os.path.join(tdir, UNICODE_FILENAME), 'w+b') as file1:
file1.write(b'b' * (2 ** 10))
file1.seek(0)