diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:22:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:22:09 (GMT) |
commit | e418432dfbe63e19b75e7c51208fdc4c8808bf53 (patch) | |
tree | 1620f50b05e3d4edea48a0693f643469572231cc /Doc/library | |
parent | 21cf577526a6730d7fb38a44398749219ec96e9b (diff) | |
parent | 29b0a268220282c49024fb50eedfd325368b1a6a (diff) | |
download | cpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.zip cpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.tar.gz cpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.tar.bz2 |
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/asyncio.rst | 4 | ||||
-rw-r--r-- | Doc/library/hashlib-blake2.rst | 2 | ||||
-rw-r--r-- | Doc/library/importlib.rst | 4 | ||||
-rw-r--r-- | Doc/library/logging.rst | 2 | ||||
-rw-r--r-- | Doc/library/msvcrt.rst | 4 | ||||
-rw-r--r-- | Doc/library/selectors.rst | 4 | ||||
-rw-r--r-- | Doc/library/winreg.rst | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index f764c68..76bd9e9 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -1,5 +1,5 @@ -:mod:`asyncio` -- Asynchronous I/O, event loop, coroutines and tasks -==================================================================== +:mod:`asyncio` --- Asynchronous I/O, event loop, coroutines and tasks +===================================================================== .. module:: asyncio :synopsis: Asynchronous I/O, event loop, coroutines and tasks. diff --git a/Doc/library/hashlib-blake2.rst b/Doc/library/hashlib-blake2.rst index eb5e441..436aa4f 100644 --- a/Doc/library/hashlib-blake2.rst +++ b/Doc/library/hashlib-blake2.rst @@ -280,7 +280,7 @@ on the hash function used in digital signatures. function providing less collision resistance than expected. Randomized hashing offers the signer additional protection by reducing the likelihood that a preparer can generate two or more messages that ultimately yield the - same hash value during the digital signature generation process – even if + same hash value during the digital signature generation process --- even if it is practical to find collisions for the hash function. However, the use of randomized hashing may reduce the amount of security provided by a digital signature when all portions of the message are prepared diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index f63a18d..8210a2f 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -1,5 +1,5 @@ -:mod:`importlib` -- The implementation of :keyword:`import` -=========================================================== +:mod:`importlib` --- The implementation of :keyword:`import` +============================================================ .. module:: importlib :synopsis: The implementation of the import machinery. diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 68e4592..6098878 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 diff --git a/Doc/library/msvcrt.rst b/Doc/library/msvcrt.rst index b334eeb..bd34ffb 100644 --- a/Doc/library/msvcrt.rst +++ b/Doc/library/msvcrt.rst @@ -1,5 +1,5 @@ -:mod:`msvcrt` -- Useful routines from the MS VC++ runtime -========================================================= +:mod:`msvcrt` --- Useful routines from the MS VC++ runtime +========================================================== .. module:: msvcrt :platform: Windows diff --git a/Doc/library/selectors.rst b/Doc/library/selectors.rst index 44b27f3..1624d88 100644 --- a/Doc/library/selectors.rst +++ b/Doc/library/selectors.rst @@ -1,5 +1,5 @@ -:mod:`selectors` -- High-level I/O multiplexing -=============================================== +:mod:`selectors` --- High-level I/O multiplexing +================================================ .. module:: selectors :synopsis: High-level I/O multiplexing. diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index 48bdf14..14f7896 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst @@ -1,4 +1,4 @@ -:mod:`winreg` -- Windows registry access +:mod:`winreg` --- Windows registry access ========================================= .. module:: winreg |