summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2021-03-03 22:25:34 +0500
committerGitHub <noreply@github.com>2021-03-03 22:25:34 +0500
commitb9c037a711a74846d762db9152bf586ab1ec85b8 (patch)
tree8d2f354361f5660dbf8ebafd248c1c5bd3cba5ac
parent7c6f988e881d01d41f4e75f9dd22fb5f6e832c77 (diff)
downloadjsonschema-b9c037a711a74846d762db9152bf586ab1ec85b8.tar.gz
remove uneeded backtick from docstring of validators.extend()
-rw-r--r--jsonschema/validators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/validators.py b/jsonschema/validators.py
index d6e0a0c..5bd908f 100644
--- a/jsonschema/validators.py
+++ b/jsonschema/validators.py
@@ -392,7 +392,7 @@ def extend(validator, validators=(), version=None, type_checker=None):
a type checker, used when applying the :validator:`type` validator.
If unprovided, the type checker of the extended
- `jsonschema.IValidator` will be carried along.`
+ `jsonschema.IValidator` will be carried along.
Returns: