Skip to content

Commit bd57ba7

Browse files
committed
Fix CI
1 parent 483849a commit bd57ba7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Doc/library/winreg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This module offers the following functions:
105105
:ref:`REG_OPTION_* constants <hkey-constants>`.
106106

107107
*create_only* is a boolean.
108-
When set to True, a :exc:`FileExistsError`` will be raised
108+
When set to True, a :exc:`FileExistsError` will be raised
109109
if the key is already exists. Default is ``False``.
110110

111111
If *key* is one of the predefined keys, *sub_key* may be ``None``. In that

PC/clinic/winreg.c.h

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/winreg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,7 +1429,7 @@ If the function fails, an OSError exception is raised.
14291429
static HKEY
14301430
winreg_OpenKey_impl(PyObject *module, HKEY key, const wchar_t *sub_key,
14311431
int reserved, REGSAM access, int options)
1432-
/*[clinic end generated code: output=1cb0239fad9672e0 input=22143fbb7e9bd606]*/
1432+
/*[clinic end generated code: output=1cb0239fad9672e0 input=2fff042272bfc4f6]*/
14331433
{
14341434
HKEY retKey;
14351435
long rc;

0 commit comments

Comments
 (0)