summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-03-03 12:30:25 -0500
committerGitHub <noreply@github.com>2021-03-03 12:30:25 -0500
commitec29d5c37953727d0a91f51393e8b40d2f7f194c (patch)
tree8d2f354361f5660dbf8ebafd248c1c5bd3cba5ac
parent7c6f988e881d01d41f4e75f9dd22fb5f6e832c77 (diff)
parentb9c037a711a74846d762db9152bf586ab1ec85b8 (diff)
downloadjsonschema-ec29d5c37953727d0a91f51393e8b40d2f7f194c.tar.gz
Merge pull request #786 from sir-sigurd/patch-1
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: