From: Serhiy Storchaka Date: Sun, 4 Dec 2016 08:20:18 +0000 (+0200) Subject: Fixed double hyphens that are rendered to literal en-dashes in the documenation. X-Git-Tag: v2.7.14rc1~344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7f555b96915a2f152965a7ff70e162b890dc787;p=python Fixed double hyphens that are rendered to literal en-dashes in the documenation. --- diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 3d9042c9e6..a87cb9c51d 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -1,5 +1,5 @@ -:mod:`_winreg` -- Windows registry access -========================================= +:mod:`_winreg` --- Windows registry access +========================================== .. module:: _winreg :platform: Windows diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index c4307b5f44..f93e945d72 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -1,5 +1,5 @@ -:mod:`importlib` -- Convenience wrappers for :func:`__import__` -=============================================================== +:mod:`importlib` --- Convenience wrappers for :func:`__import__` +================================================================ .. module:: importlib :synopsis: Convenience wrappers for __import__ diff --git a/Doc/library/msvcrt.rst b/Doc/library/msvcrt.rst index 87b816679f..5e6d523f78 100644 --- a/Doc/library/msvcrt.rst +++ b/Doc/library/msvcrt.rst @@ -1,6 +1,6 @@ -: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/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst index 50b74d14a7..2d11d5564a 100644 --- a/Doc/tutorial/stdlib2.rst +++ b/Doc/tutorial/stdlib2.rst @@ -1,8 +1,8 @@ .. _tut-brieftourtwo: ********************************************* -Brief Tour of the Standard Library -- Part II -********************************************* +Brief Tour of the Standard Library --- Part II +********************************************** This second tour covers more advanced modules that support professional programming needs. These modules rarely occur in small scripts.