summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: