Skip to content

Commit 931299b

Browse files
authored
Merge pull request #164 from adafruit/dhalbert-patch-1
Fix incorrect quotes in docstring
2 parents fe0e02a + 05e8c19 commit 931299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k_socketpool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def inet_aton(self, ip_address: str) -> bytes:
141141
def inet_ntoa(self, ip_address: Union[bytes, bytearray]) -> str:
142142
"""
143143
Convert a 32-bit packed IPv4 address (a bytes-like object four bytes in length) to
144-
its standard dotted-quad string representation (for example, 123.45.67.89). This is
144+
its standard dotted-quad string representation (for example, "123.45.67.89"). This is
145145
useful when conversing with a program that uses the standard C library and needs
146146
objects of type struct in_addr, which is the C type for the 32-bit packed binary data
147147
this function takes as an argument.

0 commit comments

Comments
 (0)