summaryrefslogtreecommitdiff
path: root/jsonschema/_types.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-08-04 13:41:14 -0400
committerJulian Berman <Julian@GrayVines.com>2019-08-04 13:41:14 -0400
commit02bf1860cfde6f83e4e06dc8f6bac851971ea720 (patch)
treeaf9d300ac3334a848e7b6a76e550d95a6ccf712f /jsonschema/_types.py
parent624d848c06b6cd2d293d47aef5f29eb99fd39101 (diff)
downloadjsonschema-02bf1860cfde6f83e4e06dc8f6bac851971ea720.tar.gz
Bump to Sphinx2 for docs, fixing random nonsense along the way.
Diffstat (limited to 'jsonschema/_types.py')
-rw-r--r--jsonschema/_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/_types.py b/jsonschema/_types.py
index f556ded..a71a4e3 100644
--- a/jsonschema/_types.py
+++ b/jsonschema/_types.py
@@ -104,7 +104,7 @@ class TypeChecker(object):
The name of the type to check.
- fn (callable):
+ fn (collections.Callable):
A function taking exactly two parameters - the type
checker calling the function and the instance to check.