eps8266/general: Fix typo in recent example.
This commit is contained in:
@@ -144,4 +144,4 @@ or by an exeption, for example using try/finally::
|
|||||||
try:
|
try:
|
||||||
# Use sock
|
# Use sock
|
||||||
finally:
|
finally:
|
||||||
s.close()
|
sock.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user