From 642b1d8deffbc619f749a7d2685bc1dfb81f2c5f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 4 Nov 2010 05:43:00 -0400 Subject: [PATCH] Exception documentation update. --- docs/api.rst | 6 +++--- 1 file 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 `. \ No newline at end of file