]> granicus.if.org Git - python/commitdiff
Fix a variable name in winreg docs.
authorGeorg Brandl <georg@python.org>
Wed, 27 Jun 2007 14:09:59 +0000 (14:09 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 27 Jun 2007 14:09:59 +0000 (14:09 +0000)
 (backport from rev. 56091)

Doc/lib/libwinreg.tex

index d1e23da51cb7cd3e1717209c6574c322f0712b02..184b750b38c4d43a831a105bd2b10f904d993833 100644 (file)
@@ -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.