From 4d96a85228dbbbbf3ab1b0b9d00a302fd56c2d9d Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 12 Aug 2011 23:05:45 -0700 Subject: [PATCH] Correct spelling of messaage to message. --- docs/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.rst b/docs/basics.rst index 54d04cd..484947e 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -294,7 +294,7 @@ validation error? schema.deserialize(cstruct) The ``deserialize`` method will raise an exception, and the ``except`` -clause above will be invoked, causing an error messaage to be printed. +clause above will be invoked, causing an error message to be printed. It will print something like: .. code-block:: python