summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIuri de Silvio <iurisilvio@gmail.com>2013-09-15 15:13:29 -0300
committerIuri de Silvio <iurisilvio@gmail.com>2013-09-15 15:13:29 -0300
commit955c24c974f3ee48595a4b3ce24d55ab7035412e (patch)
tree1ef2084737fb10b2ef9f906addc454596a935aaa
parent2c14486c33d4cd3a4411bfa3cecf2302fdd8453f (diff)
downloadtablib-955c24c974f3ee48595a4b3ce24d55ab7035412e.tar.gz
Fix typo: avalable -> available
-rw-r--r--docs/development.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 0d6d455..002c8d2 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -132,7 +132,7 @@ Tablib features a micro-framework for adding format support. The easiest way to
2.
- Add your new format module to the :class:`tablib.formats.avalable` tuple.
+ Add your new format module to the :class:`tablib.formats.available` tuple.
3.
Add a mock property to the :class:`Dataset <tablib.Dataset>` class with verbose `reStructured Text`_ docstring. This alleviates IDE confusion, and allows for pretty auto-generated Sphinx_ documentation.