Correct spelling of messaage to message.

This commit is contained in:
Steve Piercy
2011-08-12 23:05:45 -07:00
parent a24828719e
commit 4d96a85228

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