Browse Source

eps8266/general: Fix typo in recent example.

pull/3221/head
Paul Sokolovsky 7 years ago
parent
commit
205c368fa1
  1. 2
      docs/esp8266/general.rst

2
docs/esp8266/general.rst

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

Loading…
Cancel
Save