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__