Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst
index f82d1c5..804af8a 100644
--- a/Doc/library/_winreg.rst
+++ b/Doc/library/_winreg.rst
@@ -298,7 +298,7 @@
    +-------+---------------------------------------------+
    | ``2`` | A long integer giving when the key was last |
    |       | modified (if available) as 100's of         |
-   |       | nanoseconds since Jan 1, 1600.              |
+   |       | nanoseconds since Jan 1, 1601.              |
    +-------+---------------------------------------------+