summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-12-15 11:11:58 -0500
committerJulian Berman <Julian@GrayVines.com>2021-12-15 11:11:58 -0500
commitf1240a72a4bab36db8fe72cd5f54769c7873e985 (patch)
treeea7607d6f3fc337db479b25f2527b8dfd8b4e4be /docs
parentb19360849fdc435c6b11791f9bd39672ec3dbda1 (diff)
downloadjsonschema-f1240a72a4bab36db8fe72cd5f54769c7873e985.tar.gz
Remove a last use of 'interface' instead of 'protocol'.
Diffstat (limited to 'docs')
-rw-r--r--docs/validate.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/validate.rst b/docs/validate.rst
index 6be8f9c..cda8f35 100644
--- a/docs/validate.rst
+++ b/docs/validate.rst
@@ -110,7 +110,7 @@ Versioned Validators
`jsonschema` ships with validator classes for various versions of
the JSON Schema specification. For details on the methods and attributes
-that each validator class provides see the `Validator` interface,
+that each validator class provides see the `Validator` protocol,
which each included validator class implements.
.. autoclass:: Draft202012Validator