Skip to content

Commit

Permalink
docs: typo fix comma
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 e729dbd commit 20288ec
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 @@ -307,7 +307,7 @@ class Function:
the function as the exception message (validation fails).
If ``function`` returns anything which is truthy *except* a string object
(e.g. ``True``, the integer ``1``, an object with a ``__nonzero__`` that
(e.g., ``True``, the integer ``1``, an object with a ``__nonzero__`` that
returns ``True``, etc), do **not** raise :exc:`colander.Invalid`
(validation succeeds).
Expand Down

0 comments on commit 20288ec

Please sign in to comment.