diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-08-11 20:01:28 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-08-11 20:01:28 (GMT) |
commit | 05b90a54d9c83401535139388a7cfe956f079efa (patch) | |
tree | 4b4ad5d65ee08eb5d9f5de3f2bb63c03b6037bd0 /Doc | |
parent | 2539e6744b1405404c9e2c02af33381bd349106e (diff) | |
parent | f9dd274692373a335ee46bbe4c7f5849acedb927 (diff) | |
download | cpython-05b90a54d9c83401535139388a7cfe956f079efa.zip cpython-05b90a54d9c83401535139388a7cfe956f079efa.tar.gz cpython-05b90a54d9c83401535139388a7cfe956f079efa.tar.bz2 |
Closes #22178: Merge with 3.4
Diffstat (limited to 'Doc')
-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. | +-------+---------------------------------------------+ |