Commit e7f555b9 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed double hyphens that are rendered to literal en-dashes in the documenation.

parent 1426a99d
:mod:`_winreg` -- Windows registry access :mod:`_winreg` --- Windows registry access
========================================= ==========================================
.. module:: _winreg .. module:: _winreg
:platform: Windows :platform: Windows
......
:mod:`importlib` -- Convenience wrappers for :func:`__import__` :mod:`importlib` --- Convenience wrappers for :func:`__import__`
=============================================================== ================================================================
.. module:: importlib .. module:: importlib
:synopsis: Convenience wrappers for __import__ :synopsis: Convenience wrappers for __import__
......
:mod:`msvcrt` -- Useful routines from the MS VC++ runtime :mod:`msvcrt` --- Useful routines from the MS VC++ runtime
========================================================= ==========================================================
.. module:: msvcrt .. module:: msvcrt
:platform: Windows :platform: Windows
......
.. _tut-brieftourtwo: .. _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 This second tour covers more advanced modules that support professional
programming needs. These modules rarely occur in small scripts. programming needs. These modules rarely occur in small scripts.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment