summaryrefslogtreecommitdiff
path: root/django/core/files/uploadhandler.py
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-08-06 01:47:50 +1000
committerCarlton Gibson <carlton@noumenal.es>2019-08-07 11:23:14 +0200
commit65e86948b80262574058a94ccaae3a9b59c3faea (patch)
treee3b74cea769a64bd2adb882b0dfb975fa200867c /django/core/files/uploadhandler.py
parent052388aba47ba7166886fc741cac5ce3b22fea58 (diff)
downloaddjango-65e86948b80262574058a94ccaae3a9b59c3faea.tar.gz
Corrected several typos in string literals and test names.
Diffstat (limited to 'django/core/files/uploadhandler.py')
-rw-r--r--django/core/files/uploadhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/files/uploadhandler.py b/django/core/files/uploadhandler.py
index ddfb7e0116..613983581c 100644
--- a/django/core/files/uploadhandler.py
+++ b/django/core/files/uploadhandler.py
@@ -52,7 +52,7 @@ class SkipFile(UploadFileException):
class StopFutureHandlers(UploadFileException):
"""
- Upload handers that have handled a file and do not want future handlers to
+ Upload handlers that have handled a file and do not want future handlers to
run should raise this exception instead of returning None.
"""
pass