commit | ab2db5815c28314d3b7bd3d7c3d2e1b5932ea524 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri May 30 18:46:02 2014 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri May 30 18:46:02 2014 +0100 |
tree | 21267439e13dc58e93306f394808e3c492e37604 | |
parent | 529a639669756b77e89d8803892ec55f3004b863 [diff] [blame] |
Issue #21608: Updated HTTPHandler documentation.
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 @@ """ 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__