Skip to content

Commit 2fd23c3

Browse files
author
brentru
committed
fix docs!
1 parent 6e851b1 commit 2fd23c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_wiznet5k/adafruit_wiznet5k_dhcp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ def __init__(self, eth, mac_address, timeout=1, timeout_response=1):
120120
def send_dhcp_message(self, state, time_elapsed):
121121
"""Assemble and send a DHCP message packet to a socket.
122122
:param int state: DHCP Message state.
123-
:param float time_elapsed: Number of seconds elapsed since
124-
client attempted to acquire/renew a lease.
123+
:param float time_elapsed: Number of seconds elapsed since renewal.
125124
126125
"""
127126
# OP

0 commit comments

Comments
 (0)