diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:20:18 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:20:18 (GMT) |
commit | e7f555b96915a2f152965a7ff70e162b890dc787 (patch) | |
tree | cf9e6bfacea31f227a451c483d000f8794b2c6a6 | |
parent | 1426a99d31d012903550c98f038bce71137b1ee7 (diff) | |
download | cpython-e7f555b96915a2f152965a7ff70e162b890dc787.zip cpython-e7f555b96915a2f152965a7ff70e162b890dc787.tar.gz cpython-e7f555b96915a2f152965a7ff70e162b890dc787.tar.bz2 |
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
-rw-r--r-- | Doc/library/_winreg.rst | 4 | ||||
-rw-r--r-- | Doc/library/importlib.rst | 4 | ||||
-rw-r--r-- | Doc/library/msvcrt.rst | 4 | ||||
-rw-r--r-- | Doc/tutorial/stdlib2.rst | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 3d9042c..a87cb9c 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 c4307b5..f93e945 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 87b8166..5e6d523 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 50b74d1..2d11d55 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. |