Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ef3a1f

Browse filesBrowse files
author
Kenneth Reitz
committed
Merge pull request realpython#274 from dominiqueplante/windows-install-updatelatestversionto2.7.4
Windows install update- update link to latest version to 2.7.4
2 parents 0c32549 + 3f7a85c commit 4ef3a1f
Copy full SHA for 4ef3a1f

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'pythonguide'
49-
copyright = u'2013. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-sa/3.0/"> Creative Commons Share-Alike 3.0</a>.'
49+
copyright = u'2013. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"> Creative Commons Share-Alike 3.0</a>.'
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the

‎docs/starting/install/win.rst

Copy file name to clipboardExpand all lines: docs/starting/install/win.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Installing Python on Windows
44
============================
55

6-
First, download the `latest version <http://python.org/ftp/python/2.7.3/python-2.7.3.msi>`_
6+
First, download the `latest version <http://python.org/ftp/python/2.7.4/python-2.7.4.msi>`_
77
of Python 2.7 from the official Website. If you want to be sure you are installing a fully
88
up-to-date version then use the "Windows Installer" link from the home page of the
99
`Python.org web site <http://python.org>`_ .
1010

11-
The Windows version is provided as an MSI package. To install it manually, just
12-
double-click the file. The MSI package format allows Windows administrators to
13-
automate installation with their standard tools.
11+
The Windows version is provided as an MSI package. To install it manually, just
12+
double-click the file. The MSI package format allows Windows administrators to
13+
automate installation with their standard tools.
1414

1515
By design, Python installs to a directory with the version number embedded,
1616
e.g. Python version 2.7 will install at ``C:\Python27\``, so that you can

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.