We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77a43e commit ebf4677Copy full SHA for ebf4677
adafruit_wiznet5k/adafruit_wiznet5k_socketpool.py
@@ -40,7 +40,7 @@
40
class SocketPool:
41
"""WIZNET5K SocketPool library"""
42
43
- # These must match circuitpython "socketpoool" values. However, we cannot
+ # These must match circuitpython "socketpool" values. However, we cannot
44
# depend on socketpool being importable, so hard-code them here.
45
SOCK_STREAM = 1
46
SOCK_DGRAM = 2
0 commit comments