提交 b5e6aabd 编写于 作者: A Amos Kong 提交者: Cleber Rosa

utils/network: correct the parameter order in comment

Signed-off-by: NAmos Kong <amos@scylladb.com>
上级 435a09ab
......@@ -61,9 +61,9 @@ def find_free_ports(start_port, end_port, count, address="localhost"):
"""
Return count of host free ports in the range [start_port, end_port].
:param count: Initial number of ports known to be free in the range.
:param start_port: First port that will be checked.
:param end_port: Port immediately after the last one that will be checked.
:param count: Initial number of ports known to be free in the range.
"""
ports = []
i = start_port
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册