From 504f978da37e1fdaa6815bc92eede357055252d8 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 15 Mar 2015 11:45:51 -0400 Subject: [PATCH] Fix a non-type in the docs. --- jsonschema/validators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema/validators.py b/jsonschema/validators.py index c84a3db..2ef8d52 100644 --- a/jsonschema/validators.py +++ b/jsonschema/validators.py @@ -264,7 +264,7 @@ class RefResolver(object): """ Construct a resolver from a JSON schema object. - :argument schema schema: the referring schema + :argument schema: the referring schema :rtype: :class:`RefResolver` """