Skip to content

Commit 9f3519f

Browse files
committed
Minor spelling.
1 parent 3b486f7 commit 9f3519f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema/exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ def __setitem__(self, index, value):
335335
.. deprecated:: v4.20.0
336336
337337
Setting items on an `ErrorTree` is deprecated without replacement.
338-
To populate a tree, provide all of its suberrors when you construct
339-
the tree.
338+
To populate a tree, provide all of its sub-errors when you
339+
construct the tree.
340340
"""
341341
warnings.warn(
342342
"ErrorTree.__setitem__ is deprecated without replacement.",

0 commit comments

Comments
 (0)