From 55f6ba995aac318b5d5b21571a3d4c871d63e7a8 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com> Date: Tue, 2 Jun 2015 12:13:00 +0900 Subject: [PATCH] [user-guides] Remove unnecessary backslash Change-Id: I496280a5c4400c2916952d895c9536513678eafc Closes-Bug: 1460885 --- doc/user-guide/source/sdk_manage_images.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/source/sdk_manage_images.rst b/doc/user-guide/source/sdk_manage_images.rst index 0d55bd6032..8a87d423e7 100644 --- a/doc/user-guide/source/sdk_manage_images.rst +++ b/doc/user-guide/source/sdk_manage_images.rst @@ -105,7 +105,7 @@ Get image by name The Image service Python bindings do not support the retrieval of an image object by name. However, the Compute Python bindings enable you to get an image object by name. To get an image object by name, call the -``novaclient.v1\_1.images.ImageManager.find`` method: +``novaclient.v1_1.images.ImageManager.find`` method: .. code-block:: python