summaryrefslogtreecommitdiff
path: root/Doc/library/winreg.rst
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-08-11 15:00:48 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-08-11 15:00:48 -0500
commitf9dd274692373a335ee46bbe4c7f5849acedb927 (patch)
tree0c1f4bfb8007a4dd9373302feebe2a77caba9348 /Doc/library/winreg.rst
parent337e03ff7855ddcc166e43c4d5f2a282062e0e97 (diff)
downloadcpython-git-f9dd274692373a335ee46bbe4c7f5849acedb927.tar.gz
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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst
index 06bcb86ade..6c920b4882 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. |
+-------+---------------------------------------------+