eps8266/general: Fix typo in recent example.

This commit is contained in:
Paul Sokolovsky 2017-07-21 12:08:18 +03:00
parent 6ede921731
commit 205c368fa1

View File

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