diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2014-01-08 11:48:28 -0800 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2014-01-08 11:48:28 -0800 |
| commit | d611d5a14f0db02b1ba0747aff8ce81dea896512 (patch) | |
| tree | ecae05b4b5171d72711c24862e64ad32e76f73a2 /docs | |
| parent | 45121ddd6528a02dcf8d159b304cac97b3f352ee (diff) | |
| parent | 955c24c974f3ee48595a4b3ce24d55ab7035412e (diff) | |
| download | tablib-d611d5a14f0db02b1ba0747aff8ce81dea896512.tar.gz | |
Merge pull request #117 from iurisilvio/patch-1
Fix typo: avalable -> available
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.rst b/docs/development.rst index a9ac0a4..1124e9f 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. |
