diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-02-10 10:18:30 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-02-10 10:18:30 -0500 |
| commit | 806aba9ef35e65226a6409afd17d7d3e0cb258f3 (patch) | |
| tree | 943b012707e05ed9166d201a4d08c88f8272c55b /docs/intro.rst | |
| parent | 23cbc0c3333a663f8d05076562858507c0dfe2f3 (diff) | |
| download | tablib-806aba9ef35e65226a6409afd17d7d3e0cb258f3.tar.gz | |
spelling corrections
Diffstat (limited to 'docs/intro.rst')
| -rw-r--r-- | docs/intro.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index a327d28..c2d75b2 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -4,7 +4,7 @@ Introduction ============ This part of the documentation covers all the interfaces of Tablib. -Tablib is a format-agnostic tabular dataset library, written in Python. It allows you to Pythonically import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags / filtering, and seamless format import/exmport. +Tablib is a format-agnostic tabular dataset library, written in Python. It allows you to Pythonically import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags / filtering, and seamless format import/export. Philosphy @@ -26,9 +26,9 @@ All contributions to Tablib should keep these important rules in mind. MIT License ----------- -A large number of open source projects you find today are `GPL Licensed`_. While the GPL certianly has essential applications, it should most certianly not be your go-to license for your next open source project. +A large number of open source projects you find today are `GPL Licensed`_. While the GPL has its time and place, it should most certainly not be your go-to license for your next open source project. -A project that is released as GPL cannot be usd in any commercial product without the product itself also being offered as open source. The MIT and BSD licenses are great alternatives to the GPL that allow your open-source software to be used in proprietary, closed-source software. +A project that is released as GPL cannot be used in any commercial product without the product itself also being offered as open source. The MIT and BSD licenses are great alternatives to the GPL that allow your open-source software to be used in proprietary, closed-source software. Tablib is released under terms of `The MIT License`_. |
