Skip to content

Commit

Permalink
docs: typo fix another 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 3d85480 commit 42ee248
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 @@ -635,7 +635,7 @@ def __call__(self, node, value):
class ContainsOnly:
"""Enforces that each element in a sequence value is one of a fixeed set.
Useful when attached to a schemanode with, e.g. a :class:`colander.Set`
Useful when attached to a schemanode with, e.g., a :class:`colander.Set`
or another sequencetype.
"""
err_template = _('One or more of the choices you made was not acceptable')
Expand Down

0 comments on commit 42ee248

Please sign in to comment.