summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libwinreg.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-06-25 15:26:59 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-06-25 15:26:59 (GMT)
commitf0236d737443d10b4b16d0b3caff57ae4f0a05ef (patch)
treea0cb691abc5b54cb565c4a47c951f3983c32ba4c /Doc/lib/libwinreg.tex
parent07dc91800f1b379f2c6a46cc1db1b221f202ea4d (diff)
downloadcpython-f0236d737443d10b4b16d0b3caff57ae4f0a05ef.zip
cpython-f0236d737443d10b4b16d0b3caff57ae4f0a05ef.tar.gz
cpython-f0236d737443d10b4b16d0b3caff57ae4f0a05ef.tar.bz2
Fix typo
Diffstat (limited to 'Doc/lib/libwinreg.tex')
-rw-r--r--Doc/lib/libwinreg.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex
index 65f55ef..1fdc6cc 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.