]> granicus.if.org Git - python/commitdiff
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
authorZachary Ware <zachary.ware@gmail.com>
Mon, 11 Aug 2014 20:00:48 +0000 (15:00 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 11 Aug 2014 20:00:48 +0000 (15:00 -0500)
Doc/library/winreg.rst

index 06bcb86adec26a86afd80d9d4d0d4069d5876456..6c920b4882d5721a82f4cd91fc958335079d8ff9 100644 (file)
@@ -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.              |
    +-------+---------------------------------------------+