diff options
Diffstat (limited to 'Doc/library/_winreg.rst')
-rw-r--r-- | Doc/library/_winreg.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 033446f..1a384fe 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -219,7 +219,7 @@ This module offers the following functions: | ``1`` | An integer giving the number of values this | | | key has. | +-------+---------------------------------------------+ - | ``2`` | A long integer giving when the key was last | + | ``2`` | An integer giving when the key was last | | | modified (if available) as 100's of | | | nanoseconds since Jan 1, 1600. | +-------+---------------------------------------------+ |