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

georg.brandl python-checkins at python.org
Thu Apr 22 09:00:42 CEST 2010


Author: georg.brandl
Date: Thu Apr 22 09:00:42 2010
New Revision: 80342

Log:
Fix indentation.

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	Thu Apr 22 09:00:42 2010
@@ -83,7 +83,7 @@
    The return value is the handle of the opened key. If the function fails, a
    :exc:`WindowsError` exception is raised.
 
-.. versionadded:: 3.2
+   .. versionadded:: 3.2
 
 
 .. function:: DeleteKey(key, sub_key)
@@ -130,7 +130,7 @@
 
    On unsupported Windows versions, :exc:`NotImplementedError` is raised.
 
-.. versionadded:: 3.2
+   .. versionadded:: 3.2
 
 
 .. function:: DeleteValue(key, value)


More information about the Python-checkins mailing list