wordsmithing

confession: tests failed to complete on gitub notification auth failure,
so I want to trigger another test.
This commit is contained in:
Jeremy McMillan 2019-01-11 15:01:44 -06:00 committed by Pedro Algarvio
parent b348ace640
commit a40739ce0a

View file

@ -1928,7 +1928,7 @@ def parse_host_port(host_port):
"""
Takes a string argument specifying host or host:port.
Returns a (hostname, port) or (ip_address, port) tuple. If no port is given,
Returns a (hostname, port) or (ipaddress.ip_address, port) tuple. If no port is given,
the second (port) element of the returned tuple will be None.
host:port argument, for example, is accepted in the forms of: