[Python-checkins] r56091 - python/trunk/Doc/lib/libwinreg.tex

georg.brandl python-checkins at python.org
Thu Jun 28 06:58:14 CEST 2007


Author: georg.brandl
Date: Wed Jun 27 16:09:56 2007
New Revision: 56091

Modified:
   python/trunk/Doc/lib/libwinreg.tex
Log:
Fix a variable name in winreg docs.


Modified: python/trunk/Doc/lib/libwinreg.tex
==============================================================================
--- python/trunk/Doc/lib/libwinreg.tex	(original)
+++ python/trunk/Doc/lib/libwinreg.tex	Wed Jun 27 16:09:56 2007
@@ -321,7 +321,7 @@
  \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.  


More information about the Python-checkins mailing list