summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2012-06-08 14:10:43 +0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2012-06-08 14:10:43 +0700
commit7c0507bcce3399ba7f4b81e1dbd9c7d36e144a4f (patch)
tree30ebd9345d78ebcbfa1021b5fd5a2a976f8930d3 /docs
parent652ac85549635428b89117a10d3584fc15fd4690 (diff)
downloadtablib-7c0507bcce3399ba7f4b81e1dbd9c7d36e144a4f.tar.gz
Fix typos.
Diffstat (limited to 'docs')
-rw-r--r--docs/development.rst2
-rw-r--r--docs/install.rst8
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 03b6929..0b56457 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -46,7 +46,7 @@ Source Control
Tablib source is controlled with Git_, the lean, mean, distributed source
control machine.
-The repository is publicly accessable.
+The repository is publicly accessible.
``git clone git://github.com/kennethreitz/tablib.git``
diff --git a/docs/install.rst b/docs/install.rst
index 48c6267..0e40679 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -2,7 +2,7 @@
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-extentions>`.
+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>`.
.. _installing:
@@ -57,15 +57,15 @@ To download the full source history from Git, see :ref:`Source Control <scm>`.
.. _zipball: http://github.com/kennethreitz/tablib/zipball/master
-.. _speed-extentions:
-Speed Extentions
+.. _speed-extensions:
+Speed Extensions
----------------
.. versionadded:: 0.8.5
Tablib is partially dependent on the **pyyaml**, **simplejson**, and **xlwt** modules. To reduce installation issues, fully integrated versions of all required libraries are included in Tablib.
-However, if performance is important to you (and it should be), you can install **pyyaml** with C extentions from PyPi. ::
+However, if performance is important to you (and it should be), you can install **pyyaml** with C extensions from PyPi. ::
$ pip install PyYAML