diff --git a/docs/conf.py b/docs/conf.py index 04c0a5fa1..fc31228e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ # General information about the project. project = u'pythonguide' -copyright = u'2013. A Kenneth Reitz Project. Creative Commons Share-Alike 3.0.' +copyright = u'2013. A Kenneth Reitz Project. Creative Commons Share-Alike 3.0.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index d67b22e53..420957275 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -3,14 +3,14 @@ Installing Python on Windows ============================ -First, download the `latest version `_ +First, download the `latest version `_ of Python 2.7 from the official Website. If you want to be sure you are installing a fully up-to-date version then use the "Windows Installer" link from the home page of the `Python.org web site `_ . - The Windows version is provided as an MSI package. To install it manually, just - double-click the file. The MSI package format allows Windows administrators to - automate installation with their standard tools. +The Windows version is provided as an MSI package. To install it manually, just +double-click the file. The MSI package format allows Windows administrators to +automate installation with their standard tools. By design, Python installs to a directory with the version number embedded, e.g. Python version 2.7 will install at ``C:\Python27\``, so that you can