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