diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-08-11 20:00:48 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-08-11 20:00:48 (GMT) |
commit | f9dd274692373a335ee46bbe4c7f5849acedb927 (patch) | |
tree | 0c1f4bfb8007a4dd9373302feebe2a77caba9348 /Doc/library/winreg.rst | |
parent | 337e03ff7855ddcc166e43c4d5f2a282062e0e97 (diff) | |
download | cpython-f9dd274692373a335ee46bbe4c7f5849acedb927.zip cpython-f9dd274692373a335ee46bbe4c7f5849acedb927.tar.gz cpython-f9dd274692373a335ee46bbe4c7f5849acedb927.tar.bz2 |
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
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 06bcb86..6c920b4 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst @@ -322,7 +322,7 @@ This module offers the following functions: +-------+---------------------------------------------+ | ``2`` | An integer giving when the key was last | | | modified (if available) as 100's of | - | | nanoseconds since Jan 1, 1600. | + | | nanoseconds since Jan 1, 1601. | +-------+---------------------------------------------+ |