From 955c24c974f3ee48595a4b3ce24d55ab7035412e Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Sun, 15 Sep 2013 15:13:29 -0300 Subject: [PATCH] Fix typo: avalable -> available --- docs/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` class with verbose `reStructured Text`_ docstring. This alleviates IDE confusion, and allows for pretty auto-generated Sphinx_ documentation.