From: Georg Brandl Date: Wed, 27 Jun 2007 14:09:56 +0000 (+0000) Subject: Fix a variable name in winreg docs. X-Git-Tag: v2.6a1~1593 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a37bd0f4a9094539e6c28c18bfefa05859397782;p=python Fix a variable name in winreg docs. --- diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 4dae883ba0..1df8f38922 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.