diff options
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 c165613074..0f3a85af3c 100644 --- a/Doc/lib/libwinreg.tex +++ b/Doc/lib/libwinreg.tex @@ -380,8 +380,8 @@ This module offers the following functions: if handle: print "Yes" \end{verbatim} - will print \code{Yes} if the handle is currently valid (i.e., - has not been closed or detached). + will print \code{Yes} if the handle is currently valid (has not been + closed or detached). The object also support comparison semantics, so handle objects will compare true if they both reference the same |
