From: Georg Brandl Date: Wed, 27 Jun 2007 14:09:59 +0000 (+0000) Subject: Fix a variable name in winreg docs. X-Git-Tag: v2.5.2c1~255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adfd13e00bafa55a4cb25631a0878a336a316018;p=python Fix a variable name in winreg docs. (backport from rev. 56091) --- diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index d1e23da51c..184b750b38 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.