From d7cf96955ea264965cdcbe73c93941abfb18165f Mon Sep 17 00:00:00 2001 From: gaofei Date: Wed, 24 Jan 2018 09:20:27 +0800 Subject: [PATCH] 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 --- doc/source/admin/telemetry-events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/telemetry-events.rst b/doc/source/admin/telemetry-events.rst index 71126dede8..657378c240 100644 --- a/doc/source/admin/telemetry-events.rst +++ b/doc/source/admin/telemetry-events.rst @@ -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 `__