summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-13 00:39:49 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-13 00:39:49 (GMT)
commit0d85e412b407e89a34c434dae557428bd0b9306b (patch)
tree694a3e883b23ebafc69a052c77df1c787ac8d8cb /Doc/whatsnew
parent9e7ce59a938ab5d35b56ccae763e2537211925c6 (diff)
downloadcpython-0d85e412b407e89a34c434dae557428bd0b9306b.zip
cpython-0d85e412b407e89a34c434dae557428bd0b9306b.tar.gz
cpython-0d85e412b407e89a34c434dae557428bd0b9306b.tar.bz2
Fix wrong indentation that was causing a Sphinx warning and a typo.
Merged revisions 78112 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78112 | ezio.melotti | 2010-02-09 00:22:41 +0200 (Tue, 09 Feb 2010) | 1 line Fix typo ........
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index a76c6e7..fbc1b3e 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -830,8 +830,8 @@ changes, or look through the Subversion logs for all the details.
Light; :issue:`4285`.)
: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`,
+ with attributes named :attr:`major`, :attr:`minor`, :attr:`build`,
+ :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`.)