Merge "Fix spelling errors in comments"
This commit is contained in:
commit
4f431ea652
@ -339,7 +339,7 @@ class RPCClient(object):
|
|||||||
listed in the allow_remote_exmods messaging.get_transport() parameter,
|
listed in the allow_remote_exmods messaging.get_transport() parameter,
|
||||||
then it this exception will be re-raised by call(). However, such
|
then it this exception will be re-raised by call(). However, such
|
||||||
locally re-raised remote exceptions are distinguishable from the same
|
locally re-raised remote exceptions are distinguishable from the same
|
||||||
exception type raised locally becayse re-raised remote exceptions are
|
exception type raised locally because re-raised remote exceptions are
|
||||||
modified such that their class name ends with the '_Remote' suffix so
|
modified such that their class name ends with the '_Remote' suffix so
|
||||||
you may do::
|
you may do::
|
||||||
|
|
||||||
|
@ -320,7 +320,7 @@ class TransportURL(object):
|
|||||||
|
|
||||||
Netloc is parsed following the sequence bellow:
|
Netloc is parsed following the sequence bellow:
|
||||||
|
|
||||||
* It is first splitted by ',' in order to support multiple hosts
|
* It is first split by ',' in order to support multiple hosts
|
||||||
* The last parsed username and password will be propagated to the rest
|
* The last parsed username and password will be propagated to the rest
|
||||||
of hosts specified:
|
of hosts specified:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user