Skip to content
Snippets Groups Projects
Commit 205c368f authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

eps8266/general: Fix typo in recent example.

parent 6ede9217
No related branches found
No related tags found
No related merge requests found
...@@ -144,4 +144,4 @@ or by an exeption, for example using try/finally:: ...@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment