summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-06-27 14:09:59 (GMT)
committerGeorg Brandl <georg@python.org>2007-06-27 14:09:59 (GMT)
commitadfd13e00bafa55a4cb25631a0878a336a316018 (patch)
tree2234dfef8e306004bbcae6a205af20513337e181 /Doc
parent4508df2c7267511882736f3cce8b97c4f4602878 (diff)
downloadcpython-adfd13e00bafa55a4cb25631a0878a336a316018.zip
cpython-adfd13e00bafa55a4cb25631a0878a336a316018.tar.gz
cpython-adfd13e00bafa55a4cb25631a0878a336a316018.tar.bz2
Fix a variable name in winreg docs.
(backport from rev. 56091)
Diffstat (limited to 'Doc')
-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 d1e23da..184b750 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.