From fd63e7d736a173b0026308abf62c6a09c7669a0f Mon Sep 17 00:00:00 2001 From: wudong Date: Mon, 5 Feb 2018 16:20:04 +0800 Subject: [PATCH] modify error quotation marks Change-Id: Ie2f199ae14666518a9dc74671e52e4e307ba7c20 --- doc/source/user/cloudservices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user/cloudservices.rst b/doc/source/user/cloudservices.rst index 9b5e5a605..066fc198f 100644 --- a/doc/source/user/cloudservices.rst +++ b/doc/source/user/cloudservices.rst @@ -468,7 +468,7 @@ test_update_from_datasource() is the actual test, where we have the datasource d def test_update_from_datasource(self): -The first thing the method does is set the return value of self.driver.glance.images.list() to self.mock_images[‘images’]. Then it calls update_from_datasource() in the usual way, which translates self.mock_images['images'] into tables and stores the result into the driver's self.state dictionary. +The first thing the method does is set the return value of self.driver.glance.images.list() to self.mock_images['images']. Then it calls update_from_datasource() in the usual way, which translates self.mock_images['images'] into tables and stores the result into the driver's self.state dictionary. .. code-block:: python