diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-11-04 05:43:00 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-11-04 05:43:00 -0400 |
| commit | 642b1d8deffbc619f749a7d2685bc1dfb81f2c5f (patch) | |
| tree | a0cf861a0db995690ec9ad79faedc69cc6fbd319 /docs | |
| parent | f6964bba8f16d588836b6491e61ba7278c06f514 (diff) | |
| download | tablib-642b1d8deffbc619f749a7d2685bc1dfb81f2c5f.tar.gz | |
Exception documentation update.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api.rst b/docs/api.rst index 4a0ff52..942b69d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -48,17 +48,17 @@ Exceptions .. class:: InvalidDatasetType - Raised when shit goes down. + You're trying to add something that doesn't quite look right. .. class:: InvalidDimensions - Raised when shit goes down. + You're trying to add something that doesn't quite fit right. .. class:: UnsupportedFormat - Raised when shit goes down. + You're trying to add something that doesn't quite taste right. Now, go start some :ref:`Tablib Development <development>`.
\ No newline at end of file |
