]> granicus.if.org Git - python/commitdiff
Fix SF bug 568269 by enclosing 'computername' in a raw string
authorRaymond Hettinger <python@rcn.com>
Tue, 25 Jun 2002 04:53:05 +0000 (04:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 25 Jun 2002 04:53:05 +0000 (04:53 +0000)
Doc/lib/libwinreg.tex

index 0f3a85af3c3b5182bfca96ae4a1866c384cde744..65f55efe07da2400ad8cf2338ccea4cf6f7e0f94 100644 (file)
@@ -36,7 +36,7 @@ This module offers the following functions:
   another computer, and returns a \dfn{handle object}
 
  \var{computer_name} is the name of the remote computer, of the 
- form \samp{\e\e computername}.  If \code{None}, the local computer
+ form \code{"r\e\e computername"}.  If \code{None}, the local computer
  is used.
  
  \var{key} is the predefined handle to connect to.