mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
wordsmithing
confession: tests failed to complete on gitub notification auth failure, so I want to trigger another test.
This commit is contained in:
parent
b348ace640
commit
a40739ce0a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue