Merge pull request #117 from iurisilvio/patch-1

Fix typo: avalable -> available
This commit is contained in:
Kenneth Reitz 2014-01-08 11:48:28 -08:00
commit d611d5a14f
1 changed files with 1 additions and 1 deletions

View File

@ -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.