summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libwinreg.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-06-25 04:53:05 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-06-25 04:53:05 (GMT)
commit5ed3fa65787dba271f5fb48945926cbfdcf1097d (patch)
tree3d71d4e6cbc80d30e11122d58f85385fde0ced9d /Doc/lib/libwinreg.tex
parent7fd9ced4caa0b45eda4360244e83605f553a4f77 (diff)
downloadcpython-5ed3fa65787dba271f5fb48945926cbfdcf1097d.zip
cpython-5ed3fa65787dba271f5fb48945926cbfdcf1097d.tar.gz
cpython-5ed3fa65787dba271f5fb48945926cbfdcf1097d.tar.bz2
Fix SF bug 568269 by enclosing 'computername' in a raw string
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 0f3a85a..65f55ef 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.