From: Raymond Hettinger Date: Tue, 25 Jun 2002 04:53:05 +0000 (+0000) Subject: Fix SF bug 568269 by enclosing 'computername' in a raw string X-Git-Tag: v2.3c1~5228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ed3fa65787dba271f5fb48945926cbfdcf1097d;p=thirdparty%2FPython%2Fcpython.git Fix SF bug 568269 by enclosing 'computername' in a raw string --- diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 0f3a85af3c3b..65f55efe07da 100644 --- a/Doc/lib/libwinreg.tex +++ b/Doc/lib/libwinreg.tex @@ -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.