Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7f555b

Browse files
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
1 parent 1426a99 commit e7f555b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Doc/library/_winreg.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:mod:`_winreg` -- Windows registry access
2-
=========================================
1+
:mod:`_winreg` --- Windows registry access
2+
==========================================
33

44
.. module:: _winreg
55
:platform: Windows

Doc/library/importlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:mod:`importlib` -- Convenience wrappers for :func:`__import__`
2-
===============================================================
1+
:mod:`importlib` --- Convenience wrappers for :func:`__import__`
2+
================================================================
33

44
.. module:: importlib
55
:synopsis: Convenience wrappers for __import__

Doc/library/msvcrt.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
:mod:`msvcrt` -- Useful routines from the MS VC++ runtime
3-
=========================================================
2+
:mod:`msvcrt` --- Useful routines from the MS VC++ runtime
3+
==========================================================
44

55
.. module:: msvcrt
66
:platform: Windows

Doc/tutorial/stdlib2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _tut-brieftourtwo:
22

33
*********************************************
4-
Brief Tour of the Standard Library -- Part II
5-
*********************************************
4+
Brief Tour of the Standard Library --- Part II
5+
**********************************************
66

77
This second tour covers more advanced modules that support professional
88
programming needs. These modules rarely occur in small scripts.

0 commit comments

Comments
 (0)