diff options
-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`.) |