Merge pull request #15 from stevepiercy/patch-1

Correct spelling of messaage to message.
This commit is contained in:
Chris McDonough
2011-08-12 23:07:25 -07:00

View File

@@ -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