Replace curly quotes with straight quotes

Curly quotes usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: Iac767651ec7afd1ef8a656c96a5735ed00310319
This commit is contained in:
gaofei 2018-01-24 09:20:27 +08:00
parent 7c8e6cb5e6
commit d7cf96955e

View File

@ -142,7 +142,7 @@ fields
also supported. In either case, if the key for the field you are
looking for contains special characters, like ``.``, it will need to
be quoted (with double or single quotes):
``payload.image_meta.org.openstack__1__architecture``. The syntax
``payload.image_meta.`org.openstack__1__architecture```. The syntax
used for the field specification is a variant of
`JSONPath <https://github.com/kennknowles/python-jsonpath-rw>`__