summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-06-27 14:09:56 (GMT)
committerGeorg Brandl <georg@python.org>2007-06-27 14:09:56 (GMT)
commita37bd0f4a9094539e6c28c18bfefa05859397782 (patch)
treeb4670dc6f276044601fcdfd4d8c6b7f252512a0c
parent00a15bbe2e48315a20c2aaba7d5985a50ed60747 (diff)
downloadcpython-a37bd0f4a9094539e6c28c18bfefa05859397782.zip
cpython-a37bd0f4a9094539e6c28c18bfefa05859397782.tar.gz
cpython-a37bd0f4a9094539e6c28c18bfefa05859397782.tar.bz2
Fix a variable name in winreg docs.
-rw-r--r--Doc/lib/libwinreg.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex
index 4dae883..1df8f38 100644
--- a/Doc/lib/libwinreg.tex
+++ b/Doc/lib/libwinreg.tex
@@ -321,7 +321,7 @@ This module offers the following functions:
\var{key} is an already open key, or one of the predefined
\constant{HKEY_*} constants.
- \var{sub_key} is a string that names the subkey with which the
+ \var{value_name} is a string that names the subkey with which the
value is associated.
\var{type} is an integer that specifies the type of the data.