[Python-checkins] r78112 - python/trunk/Doc/whatsnew/2.7.rst

ezio.melotti python-checkins at python.org
Mon Feb 8 23:22:41 CET 2010


Author: ezio.melotti
Date: Mon Feb  8 23:22:41 2010
New Revision: 78112

Log:
Fix typo

Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Mon Feb  8 23:22:41 2010
@@ -853,7 +853,7 @@
 
   :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`.)
 


More information about the Python-checkins mailing list