Skip to content

Commit aa0ffcd

Browse files
committed
fix the return type in docstring
1 parent ee0cd3c commit aa0ffcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ def _recv_len(self) -> int:
10761076

10771077
def _sock_exact_recv(self, bufsize: int) -> bytearray:
10781078
"""Reads _exact_ number of bytes from the connected socket. Will only return
1079-
string with the exact number of bytes requested.
1079+
bytearray with the exact number of bytes requested.
10801080
10811081
The semantics of native socket receive is that it returns no more than the
10821082
specified number of bytes (i.e. max size). However, it makes no guarantees in

0 commit comments

Comments
 (0)