Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ed3fa6

Browse files
committed
Fix SF bug 568269 by enclosing 'computername' in a raw string
1 parent 7fd9ced commit 5ed3fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libwinreg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ \section{\module{_winreg} --
3636
another computer, and returns a \dfn{handle object}
3737

3838
\var{computer_name} is the name of the remote computer, of the
39-
form \samp{\e\e computername}. If \code{None}, the local computer
39+
form \code{"r\e\e computername"}. If \code{None}, the local computer
4040
is used.
4141

4242
\var{key} is the predefined handle to connect to.

0 commit comments

Comments
 (0)