summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian+git@GrayVines.com>2012-12-02 13:58:06 -0500
committerJulian Berman <Julian+git@GrayVines.com>2012-12-02 13:58:06 -0500
commitd9a0ac110c26eea92fe6559321335a51d1c86ab7 (patch)
treecb2c3fccd3cd6f8c4ec03c19224db5be6e26b483 /README.rst
parent1c8c13c11850356b1fcd891599393c53cb3802ac (diff)
downloadjsonschema-d9a0ac110c26eea92fe6559321335a51d1c86ab7.tar.gz
Wrong directive.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e3a2cec..55023a5 100644
--- a/README.rst
+++ b/README.rst
@@ -5,7 +5,7 @@ jsonschema
``jsonschema`` is an implementation of `JSON Schema <http://json-schema.org>`_
for Python (supporting 2.6+ including Python 3).
-.. code:: python
+.. code-block:: python
>>> from jsonschema import validate