diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-02-08 22:22:41 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-02-08 22:22:41 (GMT) |
commit | 1247775afae64d5c2993e62328e996540fa235f2 (patch) | |
tree | 708f37bedd1dd145a9a0d8118fb4629d84e1ab36 /Doc/whatsnew | |
parent | cd4f6578097e508f808da42edcd3421fb516c3f6 (diff) | |
download | cpython-1247775afae64d5c2993e62328e996540fa235f2.zip cpython-1247775afae64d5c2993e62328e996540fa235f2.tar.gz cpython-1247775afae64d5c2993e62328e996540fa235f2.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index f5c6e20..057fdf5 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -853,7 +853,7 @@ changes, or look through the Subversion logs for all the details. :func:`sys.getwindowsversion` also returns a named tuple, with attributes named :attr:`major`, :attr:`minor`, :attr:`build`, - :attr:`platform`:, :attr:`service_pack`, :attr:`service_pack_major`, + :attr:`platform`, :attr:`service_pack`, :attr:`service_pack_major`, :attr:`service_pack_minor`, :attr:`suite_mask`, and :attr:`product_type`. (Contributed by Brian Curtin; :issue:`7766`.) |