Agent: Add missing "param" in docstring

Co-authored-by: Kekoa Kaaikala <kekoa.kaaikala@gmail.com>
This commit is contained in:
Mike Salvatore 2022-09-13 15:07:25 -04:00 committed by GitHub
parent 04d79a0a35
commit 0f0f50208d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class TCPPortSelector:
1024
:param max_range: The largest port number a random port can be chosen from, defaults to
65535
:lease_time_sec: The amount of time a port should be reserved for if the OS does not report
:param lease_time_sec: The amount of time a port should be reserved for if the OS does not report
it as in use, defaults to 30 seconds
:return: A TCP port number
"""