diff options
author | Georg Brandl <georg@python.org> | 2006-01-23 21:33:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-23 21:33:03 (GMT) |
commit | 296152e644e9974ed3152f1f5789d4da532eab47 (patch) | |
tree | 1cd93b6f4325d68ae1f36b482ed399222c1b2742 /Doc/lib/libwinreg.tex | |
parent | 8797578a06aa65e3f2b3b0edb65870abcd45f20f (diff) | |
download | cpython-296152e644e9974ed3152f1f5789d4da532eab47.zip cpython-296152e644e9974ed3152f1f5789d4da532eab47.tar.gz cpython-296152e644e9974ed3152f1f5789d4da532eab47.tar.bz2 |
Correct typos and markup errors (Raymond, thanks for texcheck)
Diffstat (limited to 'Doc/lib/libwinreg.tex')
-rw-r--r-- | Doc/lib/libwinreg.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex index 638b6f2..d1e23da 100644 --- a/Doc/lib/libwinreg.tex +++ b/Doc/lib/libwinreg.tex @@ -387,8 +387,8 @@ This module offers the following functions: objects will compare true if they both reference the same underlying Windows handle value. - Handle objects can be converted to an integer (eg, using the - builtin \function{int()} function, in which case the underlying + Handle objects can be converted to an integer (e.g., using the + builtin \function{int()} function), in which case the underlying Windows handle value is returned. You can also use the \method{Detach()} method to return the integer handle, and also disconnect the Windows handle from the handle object. |