[user-guides] Remove unnecessary backslash

Change-Id: I496280a5c4400c2916952d895c9536513678eafc
Closes-Bug: 1460885
This commit is contained in:
KATO Tomoyuki 2015-06-02 12:13:00 +09:00
parent 76e4371ca7
commit 55f6ba995a

@ -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