summaryrefslogtreecommitdiffstats
path: root/Doc/library/winreg.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-06 02:41:24 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-06 02:41:24 (GMT)
commitcc1f597b90edd75d4cddbf33cede611086790016 (patch)
treeec3a833d30f8f072df9d125325ff094df0726432 /Doc/library/winreg.rst
parent5c5eb3624d1ab1c8efecf492cd30f796e9691132 (diff)
downloadcpython-cc1f597b90edd75d4cddbf33cede611086790016.zip
cpython-cc1f597b90edd75d4cddbf33cede611086790016.tar.gz
cpython-cc1f597b90edd75d4cddbf33cede611086790016.tar.bz2
reST indentation nit
Diffstat (limited to 'Doc/library/winreg.rst')
-rw-r--r--Doc/library/winreg.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst
index fe489f0..fa8e368 100644
--- a/Doc/library/winreg.rst
+++ b/Doc/library/winreg.rst
@@ -111,7 +111,7 @@ This module offers the following functions:
The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
Windows API function, which is specific to 64-bit versions of Windows.
See the `RegDeleteKeyEx documentation
- <http://msdn.microsoft.com/en-us/library/ms724847%28VS.85%29.aspx>`__.
+ <http://msdn.microsoft.com/en-us/library/ms724847%28VS.85%29.aspx>`__.
*key* is an already open key, or one of the predefined
:ref:`HKEY_* constants <hkey-constants>`.