diff options
| author | Raymond Hettinger <python@rcn.com> | 2002-06-25 15:26:59 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2002-06-25 15:26:59 +0000 |
| commit | f0236d737443d10b4b16d0b3caff57ae4f0a05ef (patch) | |
| tree | a0cb691abc5b54cb565c4a47c951f3983c32ba4c /Doc/lib/libwinreg.tex | |
| parent | 07dc91800f1b379f2c6a46cc1db1b221f202ea4d (diff) | |
| download | cpython-git-f0236d737443d10b4b16d0b3caff57ae4f0a05ef.tar.gz | |
Fix typo
Diffstat (limited to 'Doc/lib/libwinreg.tex')
| -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 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. |
