summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-05-30 17:46:02 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-05-30 17:46:02 (GMT)
commitab2db5815c28314d3b7bd3d7c3d2e1b5932ea524 (patch)
tree21267439e13dc58e93306f394808e3c492e37604 /Lib
parent529a639669756b77e89d8803892ec55f3004b863 (diff)
downloadcpython-ab2db5815c28314d3b7bd3d7c3d2e1b5932ea524.zip
cpython-ab2db5815c28314d3b7bd3d7c3d2e1b5932ea524.tar.gz
cpython-ab2db5815c28314d3b7bd3d7c3d2e1b5932ea524.tar.bz2
Issue #21608: Updated HTTPHandler documentation.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/logging/handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/logging/handlers.py b/Lib/logging/handlers.py
index c45a313..30ad036 100644
--- a/Lib/logging/handlers.py
+++ b/Lib/logging/handlers.py
@@ -1067,7 +1067,7 @@ class HTTPHandler(logging.Handler):
"""
Default implementation of mapping the log record into a dict
that is sent as the CGI data. Overwrite in your class.
- Contributed by Franz Glasner.
+ Contributed by Franz Glasner.
"""
return record.__dict__