summaryrefslogtreecommitdiff
path: root/wsgiref/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'wsgiref/handlers.py')
-rw-r--r--wsgiref/handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsgiref/handlers.py b/wsgiref/handlers.py
index d4478c7..52771a2 100644
--- a/wsgiref/handlers.py
+++ b/wsgiref/handlers.py
@@ -239,7 +239,7 @@ class BaseHandler:
NOTE: this method should call 'self.send_headers()' if
'self.headers_sent' is false and it is going to attempt direct
- transmission of the file1.
+ transmission of the file.
"""
return False # No platform-specific transmission by default