summaryrefslogtreecommitdiff
path: root/jsonschema/__init__.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2017-12-24 15:09:48 -0500
committerJulian Berman <Julian@GrayVines.com>2017-12-24 15:09:48 -0500
commit11cfa509b6eb49baf80175917543a22498fd41da (patch)
treea61609a088b83415ebd42b29c2ade0cf4669c356 /jsonschema/__init__.py
parent29bc69ef63d3dc2129fa7606228d69bbed7fb8d0 (diff)
downloadjsonschema-11cfa509b6eb49baf80175917543a22498fd41da.tar.gz
:func:
Diffstat (limited to 'jsonschema/__init__.py')
-rw-r--r--jsonschema/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/__init__.py b/jsonschema/__init__.py
index 6955d27..38857fd 100644
--- a/jsonschema/__init__.py
+++ b/jsonschema/__init__.py
@@ -4,7 +4,7 @@ An implementation of JSON Schema for Python
The main functionality is provided by the validator classes for each of the
supported JSON Schema versions.
-Most commonly, :func:`validate` is the quickest way to simply validate a given
+Most commonly, `validate` is the quickest way to simply validate a given
instance under a schema, and will create a validator for you.
"""