summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2006-01-09 22:45:34 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2006-01-09 22:45:34 (GMT)
commitab92afd100a4406cd296d699a69184b74abe4cf7 (patch)
tree06780de1ecb03e64a2874dd1c18fdaccc816adee
parented1e497fb2315d9a768a459c133a2b0275081e9e (diff)
downloadcpython-ab92afd100a4406cd296d699a69184b74abe4cf7.zip
cpython-ab92afd100a4406cd296d699a69184b74abe4cf7.tar.gz
cpython-ab92afd100a4406cd296d699a69184b74abe4cf7.tar.bz2
added a couple of missing periods.
-rw-r--r--Doc/lib/libwinreg.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex
index 6a2d01e..638b6f2 100644
--- a/Doc/lib/libwinreg.tex
+++ b/Doc/lib/libwinreg.tex
@@ -60,7 +60,7 @@ This module offers the following functions:
be \code{None}. In that case, the handle returned is the same key handle
passed in to the function.
- If the key already exists, this function opens the existing key
+ If the key already exists, this function opens the existing key.
The return value is the handle of the opened key.
If the function fails, an \exception{EnvironmentError} exception is
@@ -164,7 +164,7 @@ This module offers the following functions:
\var{key} is an already open key, or any of the predefined
\constant{HKEY_*} constants.
- \var{sub_key} is a string that identifies the sub_key to load
+ \var{sub_key} is a string that identifies the sub_key to load.
\var {file_name} is the name of the file to load registry data from.
This file must have been created with the \function{SaveKey()} function.
@@ -192,14 +192,14 @@ This module offers the following functions:
\var{key} is an already open key, or any one of the predefined
\constant{HKEY_*} constants.
- \var{sub_key} is a string that identifies the sub_key to open
+ \var{sub_key} is a string that identifies the sub_key to open.
\var{res} is a reserved integer, and must be zero. The default is zero.
\var{sam} is an integer that specifies an access mask that describes
the desired security access for the key. Default is \constant{KEY_READ}
- The result is a new handle to the specified key
+ The result is a new handle to the specified key.
If the function fails, \exception{EnvironmentError} is raised.
\end{funcdesc}