Skip to content

Commit 205c368

Browse files
committed
eps8266/general: Fix typo in recent example.
1 parent 6ede921 commit 205c368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esp8266/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ or by an exeption, for example using try/finally::
144144
try:
145145
# Use sock
146146
finally:
147-
s.close()
147+
sock.close()

0 commit comments

Comments
 (0)