Skip to content

Commit

Permalink
docs: typo fix another
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 17e116f commit 3ee28ba
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 @@ -107,7 +107,7 @@ def __init__(self, node, msg=None, value=None):
self.children = []

def messages(self):
"""Return an iterable of error messages for this exception
"""Return an iterable of error messages for this exception.
Uses the ``msg`` attribute of this error node.
Expand Down

0 comments on commit 3ee28ba

Please sign in to comment.