From a37bd0f4a9094539e6c28c18bfefa05859397782 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 27 Jun 2007 14:09:56 +0000 Subject: Fix a variable name in winreg docs. --- Doc/lib/libwinreg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12