Skip to content

Commit

Permalink
docs: typo fix moar
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Piercy <[email protected]>
  • Loading branch information
tseaver and stevepiercy authored May 19, 2024
1 parent 0035914 commit edf5ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class Function:
If ``function`` returns anything falsey (``None``, ``False``, the
empty string, ``0``, an object with a ``__nonzero__`` that returns
``False``, etc), raise :exc:`colander.Invalid` (validation fails);
``False``, etc.), raise :exc:`colander.Invalid` (validation fails);
The ``msg`` of the raised exception will be the value of the ``msg``
argument passed to this class' constructor.
Expand Down

0 comments on commit edf5ab4

Please sign in to comment.