eps8266/general: Fix typo in recent example.
This commit is contained in:
parent
6ede921731
commit
205c368fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue