diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index fe489f04a91..fa8e3681f3d 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 - `__. + `__. *key* is an already open key, or one of the predefined :ref:`HKEY_* constants `.