summaryrefslogtreecommitdiff
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
commitaae93550f3b89166605ee83dfbf0ec60bd52ac7f (patch)
treef7ec2e7f959137262d17bf54e0a173c3195f06b3
parentc172d952e2aaa48fa47963fa680ed17ab6595cd0 (diff)
downloadcpython-aae93550f3b89166605ee83dfbf0ec60bd52ac7f.tar.gz
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
-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. |
+-------+---------------------------------------------+