Skip to content

Commit

Permalink
- Docstring fixes to colander.SchemaNode (missing is not the
Browse files Browse the repository at this point in the history
  ``null`` value when required, it's a special marker value).
  • Loading branch information
mcdonc committed Sep 8, 2010
1 parent 6c08194 commit 289ab36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

Next release
------------

- Docstring fixes to ``colander.SchemaNode`` (``missing`` is not the
``null`` value when required, it's a special marker value).

0.7.3 (2010/09/02)
------------------

Expand Down
4 changes: 2 additions & 2 deletions colander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,8 @@ class SchemaNode(object):
Default: :attr:`colander.null`.
- ``missing``: The default deserialization value for this node.
If it is not provided, the missing value of this node will be
:attr:`colander.null`, indicating that it is considered
If it is not provided, the missing value of this node will be a
special marker value, indicating that it is considered
'required' (the ``required`` computed attribute will be
``True``).
Expand Down

0 comments on commit 289ab36

Please sign in to comment.