diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:22:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:22:09 (GMT) |
commit | e418432dfbe63e19b75e7c51208fdc4c8808bf53 (patch) | |
tree | 1620f50b05e3d4edea48a0693f643469572231cc /Doc/library/winreg.rst | |
parent | 21cf577526a6730d7fb38a44398749219ec96e9b (diff) | |
parent | 29b0a268220282c49024fb50eedfd325368b1a6a (diff) | |
download | cpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.zip cpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.tar.gz cpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.tar.bz2 |
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Diffstat (limited to 'Doc/library/winreg.rst')
-rw-r--r-- | Doc/library/winreg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index 48bdf14..14f7896 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst @@ -1,4 +1,4 @@ -:mod:`winreg` -- Windows registry access +:mod:`winreg` --- Windows registry access ========================================= .. module:: winreg |