Merge "Modify the TransportURL's docstrings"

This commit is contained in:
Jenkins 2016-05-26 14:00:19 +00:00 committed by Gerrit Code Review
commit acb398e317
1 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ class TransportURL(object):
Transport URLs take the form::
transport://user:pass@host1:port[,hostN:portN]/virtual_host
transport://user:pass@host:port[,userN:passN@hostN:portN]/virtual_host
i.e. the scheme selects the transport driver, you may include multiple
hosts in netloc and the path part is a "virtual host" partition path.
@ -354,7 +354,7 @@ class TransportURL(object):
Assuming a URL takes the form of::
transport://user:pass@host1:port[,hostN:portN]/virtual_host
transport://user:pass@host:port[,userN:passN@hostN:portN]/virtual_host
then parse the URL and return a TransportURL object.