From 53a17e19d3a22f259b09995b8ca1e715e3b44499 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 4 Dec 2016 10:20:55 +0200 Subject: Fixed double hyphens that are rendered to literal en-dashes in the documenation. --- Doc/library/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/logging.rst') diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 68e459248c..6098878c1a 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -561,7 +561,7 @@ The useful mapping keys in a :class:`LogRecord` are given in the section on handled by a strptime format string (``'%Y-%m-%d %H:%M:%S'``), and the part after the comma is a millisecond value. Because strptime does not have a format placeholder for milliseconds, the millisecond value is - appended using another format string, ``'%s,%03d'`` – and both of these + appended using another format string, ``'%s,%03d'`` --- and both of these format strings have been hardcoded into this method. With the change, these strings are defined as class-level attributes which can be overridden at the instance level when desired. The names of the -- cgit v1.2.1