]> granicus.if.org Git - python/commitdiff
Fix typo
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 8 Feb 2010 22:22:41 +0000 (22:22 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 8 Feb 2010 22:22:41 +0000 (22:22 +0000)
Doc/whatsnew/2.7.rst

index f5c6e2015fede43eb66b7655c8f7353f6e5278c6..057fdf51cb2c6f97a9678109f341ad38f45df298 100644 (file)
@@ -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`.)