Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab92afd

Browse files
author
Fredrik Lundh
committed
added a couple of missing periods.
1 parent ed1e497 commit ab92afd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libwinreg.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ \section{\module{_winreg} --
6060
be \code{None}. In that case, the handle returned is the same key handle
6161
passed in to the function.
6262

63-
If the key already exists, this function opens the existing key
63+
If the key already exists, this function opens the existing key.
6464

6565
The return value is the handle of the opened key.
6666
If the function fails, an \exception{EnvironmentError} exception is
@@ -164,7 +164,7 @@ \section{\module{_winreg} --
164164
\var{key} is an already open key, or any of the predefined
165165
\constant{HKEY_*} constants.
166166

167-
\var{sub_key} is a string that identifies the sub_key to load
167+
\var{sub_key} is a string that identifies the sub_key to load.
168168

169169
\var {file_name} is the name of the file to load registry data from.
170170
This file must have been created with the \function{SaveKey()} function.
@@ -192,14 +192,14 @@ \section{\module{_winreg} --
192192
\var{key} is an already open key, or any one of the predefined
193193
\constant{HKEY_*} constants.
194194

195-
\var{sub_key} is a string that identifies the sub_key to open
195+
\var{sub_key} is a string that identifies the sub_key to open.
196196

197197
\var{res} is a reserved integer, and must be zero. The default is zero.
198198

199199
\var{sam} is an integer that specifies an access mask that describes
200200
the desired security access for the key. Default is \constant{KEY_READ}
201201

202-
The result is a new handle to the specified key
202+
The result is a new handle to the specified key.
203203

204204
If the function fails, \exception{EnvironmentError} is raised.
205205
\end{funcdesc}

0 commit comments

Comments
 (0)