Skip to content

Commit

Permalink
Minor spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 30, 2023
1 parent 3b486f7 commit 9f3519f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonschema/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ def __setitem__(self, index, value):
.. deprecated:: v4.20.0
Setting items on an `ErrorTree` is deprecated without replacement.
To populate a tree, provide all of its suberrors when you construct
the tree.
To populate a tree, provide all of its sub-errors when you
construct the tree.
"""
warnings.warn(
"ErrorTree.__setitem__ is deprecated without replacement.",
Expand Down

0 comments on commit 9f3519f

Please sign in to comment.