[Python-checkins] r81781 - python/branches/py3k/Doc/library/winreg.rst

benjamin.peterson python-checkins at python.org
Sun Jun 6 04:41:24 CEST 2010


Author: benjamin.peterson
Date: Sun Jun  6 04:41:24 2010
New Revision: 81781

Log:
reST indentation nit

Modified:
   python/branches/py3k/Doc/library/winreg.rst

Modified: python/branches/py3k/Doc/library/winreg.rst
==============================================================================
--- python/branches/py3k/Doc/library/winreg.rst	(original)
+++ python/branches/py3k/Doc/library/winreg.rst	Sun Jun  6 04:41:24 2010
@@ -111,7 +111,7 @@
       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>`.


More information about the Python-checkins mailing list