[Python-checkins] cpython (2.7): Fixed double hyphens that are rendered to literal en-dashes in the documenation.

serhiy.storchaka python-checkins at python.org
Sun Dec 4 03:22:54 EST 2016


https://hg.python.org/cpython/rev/d380474a88aa
changeset:   105448:d380474a88aa
branch:      2.7
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sun Dec 04 10:20:18 2016 +0200
summary:
  Fixed double hyphens that are rendered to literal en-dashes in the documenation.

files:
  Doc/library/_winreg.rst   |  4 ++--
  Doc/library/importlib.rst |  4 ++--
  Doc/library/msvcrt.rst    |  4 ++--
  Doc/tutorial/stdlib2.rst  |  4 ++--
  4 files changed, 8 insertions(+), 8 deletions(-)


diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst
--- 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
--- 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
--- 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
--- 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list