Skip to content

Commit 7ee6d18

Browse files
committed
Fix some retructuredText typos.
1 parent 0dade99 commit 7ee6d18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ currently works with Python 2.6 and 2.7, but not Python 3.x.
1515

1616
- **Windows**
1717

18-
#. Download and run the [Python 2.7.x MSI
19-
installer](https://www.python.org/download/releases/2.7.8/). Make sure to
20-
select to option to ``Add python.exe to Path``.
18+
#. Download and run the `Python 2.7.x MSI installer
19+
<https://www.python.org/download/releases/2.7.8/>`_. Make sure to
20+
select to option to ``Add python.exe to Path``.
2121
#. Add the Python Scripts directory your PATH:
2222
``PATH=%PATH%;c:\Python27\Scripts``. If you aren't sure how to edit your
2323
``PATH``, see `this guide for all versions of Windows
2424
<https://www.java.com/en/download/help/path.xml>`_. Log out and back in for
2525
the change to take effect.
26-
#. Install [pip](https://pip.pypa.io/en/latest/installing.html#install-pip), a
26+
#. Install `pip <https://pip.pypa.io/en/latest/installing.html#install-pip>`_, a
2727
Python package manager by saving the ``get-pip.py`` script to a file and
2828
running it from a terminal.
2929

0 commit comments

Comments
 (0)