diff options
author | Raymond Hettinger <python@rcn.com> | 2002-06-25 04:53:05 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2002-06-25 04:53:05 (GMT) |
commit | 5ed3fa65787dba271f5fb48945926cbfdcf1097d (patch) | |
tree | 3d71d4e6cbc80d30e11122d58f85385fde0ced9d | |
parent | 7fd9ced4caa0b45eda4360244e83605f553a4f77 (diff) | |
download | cpython-5ed3fa65787dba271f5fb48945926cbfdcf1097d.zip cpython-5ed3fa65787dba271f5fb48945926cbfdcf1097d.tar.gz cpython-5ed3fa65787dba271f5fb48945926cbfdcf1097d.tar.bz2 |
Fix SF bug 568269 by enclosing 'computername' in a raw string
-rw-r--r-- | Doc/lib/libwinreg.tex | 2 |
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. |