eps8266/general: Fix typo in recent example.

pull/1/head
Paul Sokolovsky 2017-07-21 12:08:18 +03:00
parent 6ede921731
commit 205c368fa1
1 changed files with 1 additions and 1 deletions

View File

@ -144,4 +144,4 @@ or by an exeption, for example using try/finally::
try:
# Use sock
finally:
s.close()
sock.close()