Merge pull request #7 from matkoniecz/typo

fromat -> format, @matkoniecz ,thanks
This commit is contained in:
jaska 2016-02-07 21:45:29 +00:00
commit 31a34d1a7a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{%block description%}
**pyexcel-ods** is a tiny wrapper library to read, manipulate and write data in
ods fromat using python 2.6 and python 2.7. You are likely to use it with
ods format using python 2.6 and python 2.7. You are likely to use it with
`pyexcel <https://github.com/pyexcel/pyexcel>`_.
`pyexcel-ods3 <https://github.com/pyexcel/pyexcel-ods3>`_ is a sister library that
does the same thing but supports Python 3.3 and 3.4 and depends on lxml.

View File

@ -9,7 +9,7 @@ pyexcel-ods - Let you focus on data, instead of ods format
:target: https://codecov.io/github/pyexcel/pyexcel-ods
**pyexcel-ods** is a tiny wrapper library to read, manipulate and write data in
ods fromat using python 2.6 and python 2.7. You are likely to use it with
ods format using python 2.6 and python 2.7. You are likely to use it with
`pyexcel <https://github.com/pyexcel/pyexcel>`_.
`pyexcel-ods3 <https://github.com/pyexcel/pyexcel-ods3>`_ is a sister library that
does the same thing but supports Python 3.3 and 3.4 and depends on lxml.