Modified README.rst

This commit is contained in:
cindy oneill 2014-05-08 17:25:30 -06:00
parent 2315e678bf
commit d97734a51c
1 changed files with 4 additions and 4 deletions

View File

@ -257,7 +257,7 @@ The api_version matches the version of the Monitoring API. Currently it is 'v2_
When calling the commands, refer to monclient.v2_0.shell.py 'do_<command>'
to see the required and optional fields for each command.
.. code-block:: python
Refer to this example in python-monclient/client_api_example.py::
from monclient import client
import monclient.exc as exc
@ -287,7 +287,7 @@ to see the required and optional fields for each command.
else:
print(resp)
Refer to this example in python-monclient/client_api_example.py
License
-------