Fix a typo (#44309)

This commit is contained in:
Alan Luo
2021-11-29 12:05:13 -08:00
committed by GitHub
parent 1b8f006669
commit a10d49b75a

View File

@ -32,7 +32,7 @@ get_open_ports("www.stackoverflow.com", [79, 82])
The function should return a list of open ports in the given range.
The `get_open_ports` function should also take an optional third argument of `True` to indicate "Verbose" mode. If this is set to true, the function shourd return a descriptive string instead of a list of ports.
The `get_open_ports` function should also take an optional third argument of `True` to indicate "Verbose" mode. If this is set to true, the function should return a descriptive string instead of a list of ports.
Here is the format of the string that should be returned in verbose mode (text inside `{}` indicates the information that should appear):