Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d85e41

Browse files
committed
Fix wrong indentation that was causing a Sphinx warning and a typo.
Merged revisions 78112 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r78112 | ezio.melotti | 2010-02-09 00:22:41 +0200 (Tue, 09 Feb 2010) | 1 line Fix typo ........
1 parent 9e7ce59 commit 0d85e41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/2.7.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,8 +830,8 @@ changes, or look through the Subversion logs for all the details.
830830
Light; :issue:`4285`.)
831831

832832
:func:`sys.getwindowsversion` also returns a named tuple,
833-
with attributes named :attr:`major`, :attr:`minor`, :attr:`build`,
834-
:attr:`platform`:, :attr:`service_pack`, :attr:`service_pack_major`,
833+
with attributes named :attr:`major`, :attr:`minor`, :attr:`build`,
834+
:attr:`platform`, :attr:`service_pack`, :attr:`service_pack_major`,
835835
:attr:`service_pack_minor`, :attr:`suite_mask`, and
836836
:attr:`product_type`. (Contributed by Brian Curtin; :issue:`7766`.)
837837

0 commit comments

Comments
 (0)