Fix indentation, missing import

This commit is contained in:
David Glick
2013-07-10 15:09:24 -07:00
parent 7ab0f8aff3
commit 04544bbbd7

View File

@@ -33,6 +33,7 @@ serializes a boolean to the string ``true`` or ``false`` or the special
.. code-block:: python
:linenos:
from colander import Invalid
from colander import null
class Boolean(object):