]> granicus.if.org Git - python/commitdiff
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Dec 2016 08:20:18 +0000 (10:20 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Dec 2016 08:20:18 +0000 (10:20 +0200)
Doc/library/_winreg.rst
Doc/library/importlib.rst
Doc/library/msvcrt.rst
Doc/tutorial/stdlib2.rst

index 3d9042c9e66743a2207e13c028d4e820213ded7e..a87cb9c51d98b7ab50a83310970ac1cd74d4dee2 100644 (file)
@@ -1,5 +1,5 @@
-:mod:`_winreg` -- Windows registry access
-=========================================
+:mod:`_winreg` --- Windows registry access
+==========================================
 
 .. module:: _winreg
    :platform: Windows
index c4307b5f44a5e5d46090010512285a221231b28b..f93e945d72ea8e1a4e65cc71e06bf30e5c7ea10f 100644 (file)
@@ -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__
index 87b816679f3464b40e6bb307211ec4e8bbcef2db..5e6d523f78b4d20c2dbe05f5a29abb292721cc25 100644 (file)
@@ -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
index 50b74d14a75b58a02d113f88e2e0f6bce2bc56aa..2d11d5564a600db7962f1480dd7f8403b8cfc2bf 100644 (file)
@@ -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.