]> granicus.if.org Git - python/commitdiff
Corrected typo in comment.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 25 Oct 2011 10:10:54 +0000 (11:10 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 25 Oct 2011 10:10:54 +0000 (11:10 +0100)
Lib/logging/__init__.py

index c18d5ba04eb5396396a87463b34215142e57e387..b94fbbcfe35438e35b0992562be9ba738cabddff 100644 (file)
@@ -480,7 +480,7 @@ class Formatter(object):
                 # to errors when s is Unicode and record.exc_text is str
                 # See issue 8924.
                 # We also use replace for when there are multiple
-                # encodings, e.g. UTF-898 for the filesystem and latin-1
+                # encodings, e.g. UTF-8 for the filesystem and latin-1
                 # for a script. See issue 13232.
                 s = s + record.exc_text.decode(sys.getfilesystemencoding(),
                                                'replace')