eps8266/general: Fix typo in recent example.

pull/3221/head
Paul Sokolovsky 2017-07-21 12:08:18 +03:00
rodzic 6ede921731
commit 205c368fa1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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