Fix typo in label, add missing newline before directive

Label: s/peed/speed/
This commit is contained in:
Jean Jordaan
2016-08-01 11:13:25 +07:00
parent 19b3d6d06a
commit cd67a63b43
+4 -1
View File
@@ -1,10 +1,11 @@
.. _install:
Installation
============
This part of the documentation covers the installation of Tablib.
The first step to using any software package is getting it properly installed.
Please read this section carefully, or you may miss out on some nice :ref:`speed enhancements <peed-extensions>`.
Please read this section carefully, or you may miss out on some nice :ref:`speed enhancements <speed-extensions>`.
.. _installing:
@@ -17,6 +18,7 @@ Distribute & Pip
----------------
Of course, the recommended way to install Tablib is with `pip <http://www.pip-installer.org/>`_:
.. code-block:: console
$ pip install tablib
@@ -50,6 +52,7 @@ To download the full source history from Git, see :ref:`Source Control <scm>`.
.. _speed-extensions:
Speed Extensions
----------------