docstring improvement for network.ping module execution

This commit is contained in:
Arthur Lutz 2015-08-19 14:05:30 +02:00 committed by rallytime
parent c1458980f3
commit b3f638ff0f

View File

@ -68,7 +68,7 @@ def wol(mac, bcast='255.255.255.255', destport=9):
def ping(host, timeout=False, return_boolean=False):
'''
Performs a ping to a host
Performs an ICMP ping to a host
CLI Example: