Skip to content

Commit

Permalink
make docs align with code
Browse files Browse the repository at this point in the history
  • Loading branch information
tisdall committed Jun 10, 2015
1 parent eada61e commit 4851bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion colander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,9 @@ class _SchemaNode(object):
- ``typ``: The 'type' for this node. It should be an
instance of a class that implements the
:class:`colander.interfaces.Type` interface. If ``typ`` is not passed,
it defaults to ``colander.Mapping()``.
a call to the ``schema_type()`` method on this class is made to
get a default type. (When subclassing, ``schema_type()`` should
be overridden to provide a reasonable default type).
- ``*children``: a sequence of subnodes. If the subnodes of this
node are not known at construction time, they can later be added
Expand Down

0 comments on commit 4851bbb

Please sign in to comment.