summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/espnow.rst2
-rw-r--r--docs/library/wm8960.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/espnow.rst b/docs/library/espnow.rst
index f34498370..f0b592dff 100644
--- a/docs/library/espnow.rst
+++ b/docs/library/espnow.rst
@@ -287,7 +287,7 @@ after reboot/reset). This reduces the reliability of receiving ESP-NOW messages
.. method:: ESPNow.irecv([timeout_ms])
- Works like `ESPNow.recv()` but will re-use internal bytearrays to store the
+ Works like `ESPNow.recv()` but will reuse internal bytearrays to store the
return values: ``[mac, msg]``, so that no new memory is allocated on each
call.
diff --git a/docs/library/wm8960.rst b/docs/library/wm8960.rst
index add003630..5abfb6a8a 100644
--- a/docs/library/wm8960.rst
+++ b/docs/library/wm8960.rst
@@ -251,7 +251,7 @@ controlling its operation:
.. method:: WM8960.expand_3d(level)
- Enable Stereo 3D exansion. *level* is a number between 0 and 15.
+ Enable Stereo 3D expansion. *level* is a number between 0 and 15.
A value of 0 disables the expansion.
.. method:: WM8960.mono(active)