Skip to content

Commit 4e5e22e

Browse files
committed
adjust the doc
1 parent 9cd7392 commit 4e5e22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ def loop(self, timeout: float = 0) -> Optional[list[int]]:
983983
"""Non-blocking message loop. Use this method to check for incoming messages.
984984
Returns list of response codes of any messages received or None.
985985
986-
:param float timeout: timeout to wait for a message, in seconds.
986+
:param float timeout: return after this timeout, in seconds.
987987
988988
"""
989989

0 commit comments

Comments
 (0)