Fix rpc client docs

Missing a colon before the example code, see:

  http://docs.openstack.org/developer/oslo.messaging/rpcclient.html

Change-Id: Icd875e509b0057c2c739d43c11cd37ab923b59ee
This commit is contained in:
Mark McLoughlin 2013-10-13 08:13:43 +01:00
parent f0ad97b344
commit 91f74d8df0
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class RPCClient(object):
return cctxt.call(ctxt, 'test', arg=arg)
However, this class can be used directly without wrapping it another class.
For example:
For example::
transport = messaging.get_transport(cfg.CONF)
target = messaging.Target(topic='testtopic', version='2.0')