summaryrefslogtreecommitdiff
path: root/Doc/library/winreg.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 22:48:30 +0200
committerGeorg Brandl <georg@python.org>2012-06-24 22:48:30 +0200
commit61063cca6abe36005f6e327358d533af8a56d33c (patch)
treeebd093befdd9a90317bd95efef9525b93ce43e62 /Doc/library/winreg.rst
parentf55100132288304b8e5d4798bbb7929a512e9b57 (diff)
downloadcpython-git-61063cca6abe36005f6e327358d533af8a56d33c.tar.gz
Fix a couple of versionadded/versionchanged related markup errors.
Diffstat (limited to 'Doc/library/winreg.rst')
-rw-r--r--Doc/library/winreg.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst
index f7756da07d..a878da2557 100644
--- a/Doc/library/winreg.rst
+++ b/Doc/library/winreg.rst
@@ -290,7 +290,8 @@ This module offers the following functions:
If the function fails, :exc:`OSError` is raised.
- .. versionchanged:: 3.2 Allow the use of named arguments.
+ .. versionchanged:: 3.2
+ Allow the use of named arguments.
.. versionchanged:: 3.3
This function used to raise a :exc:`WindowsError`, which is now an