From: Raymond Hettinger Date: Tue, 25 Jun 2002 15:26:59 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.3c1~5224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0236d737443d10b4b16d0b3caff57ae4f0a05ef;p=python Fix typo --- diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 65f55efe07..1fdc6cc8d5 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 \code{"r\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.