summaryrefslogtreecommitdiff
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-06-09 17:51:02 -0400
committerJulian Berman <Julian@GrayVines.com>2019-06-09 17:51:02 -0400
commit30b47b93e708a34c6d7f0f603701bcb49e228e0b (patch)
treeb6f5c0151f0f4a5b17163246cdf382c8e6734aa3 /docs/faq.rst
parent0cd72386c26bbb2c5e8f195735856f5a64183d8e (diff)
downloadjsonschema-30b47b93e708a34c6d7f0f603701bcb49e228e0b.tar.gz
Minor style.
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 9281ce7..889b306 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -65,16 +65,18 @@ defaults.
.. note::
- If you're interested in a more interesting solution to a larger class of these
- types of transformations, keep an eye on `Seep
- <https://github.com/Julian/Seep>`_, which is an experimental data
- transformation and extraction library written on top of `jsonschema`.
+ If you're interested in a more interesting solution to a larger
+ class of these types of transformations, keep an eye on `Seep
+ <https://github.com/Julian/Seep>`_, which is an experimental
+ data transformation and extraction library written on top of
+ `jsonschema`.
.. hint::
- The above code can provide default values for an entire object and all of its properties,
- but only if your schema provides a default value for the object itself, like so:
+ The above code can provide default values for an entire object and
+ all of its properties, but only if your schema provides a default
+ value for the object itself, like so:
.. code-block:: python