Merge "Fix typo in rpc/server.py and notify/listener.py"

This commit is contained in:
Jenkins 2015-10-12 10:51:16 +00:00 committed by Gerrit Code Review
commit 80e20243a5
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ A transport can be obtained simply by calling the get_transport() method::
transport = messaging.get_transport(conf)
which will load the appropriate transport driver according to the user's
messaging configuration configuration. See get_transport() for more details.
messaging configuration. See get_transport() for more details.
The target supplied when creating a notification listener expresses the topic
and - optionally - the exchange to listen on. See Target for more details

View File

@ -25,7 +25,7 @@ A transport can be obtained simply by calling the get_transport() method::
transport = messaging.get_transport(conf)
which will load the appropriate transport driver according to the user's
messaging configuration configuration. See get_transport() for more details.
messaging configuration. See get_transport() for more details.
The target supplied when creating an RPC server expresses the topic, server
name and - optionally - the exchange to listen on. See Target for more details