summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp8266/general.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2019-02-13 12:29:01 +1100
committerDamien George <damien.p.george@gmail.com>2019-10-16 14:08:28 +1100
commita2c4cb484d6018a65dabd921c509fc12b71a088b (patch)
treef83725e5b9ff8390ff8a5ebc8c64926acb08db0a /docs/esp8266/general.rst
parent5a8f392f09e3826ff2a1f4330700198e9c0d42cc (diff)
downloadmicropython-a2c4cb484d6018a65dabd921c509fc12b71a088b.tar.gz
micropython-a2c4cb484d6018a65dabd921c509fc12b71a088b.zip
docs: Fix spelling in various parts of the docs.
Diffstat (limited to 'docs/esp8266/general.rst')
-rw-r--r--docs/esp8266/general.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst
index 020e21df62..fbe8fe1c3c 100644
--- a/docs/esp8266/general.rst
+++ b/docs/esp8266/general.rst
@@ -140,7 +140,7 @@ The above may also happen after an application terminates and quits to the REPL
for any reason including an exception. Subsequent arrival of data provokes the
failure with the above error message repeatedly issued. So, sockets should be
closed in any case, regardless whether an application terminates successfully
-or by an exeption, for example using try/finally::
+or by an exception, for example using try/finally::
sock = socket(...)
try: