summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-01-05 15:07:18 +1100
committerDamien George <damien@micropython.org>2024-01-05 15:08:33 +1100
commitee226a8b4340111eee0b13e7b840948f4bb70465 (patch)
tree045b246f790d910ed296a7a203a96798146ec6fa /docs/library
parent7a794d0d8ec61d37b871ee0efd14735fcfcd8b11 (diff)
all: Fix "reuse" and "overridden" spelling mistakes.
Codespell doesn't pick up "re-used" or "re-uses", and ignores the tests/ directory, so fix these manually. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/bluetooth.rst2
-rw-r--r--docs/library/rp2.StateMachine.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/bluetooth.rst b/docs/library/bluetooth.rst
index 78cb4cc28..fb3c23400 100644
--- a/docs/library/bluetooth.rst
+++ b/docs/library/bluetooth.rst
@@ -312,7 +312,7 @@ Broadcaster Role (Advertiser)
in all broadcasts, and *resp_data* is send in reply to an active scan.
**Note:** if *adv_data* (or *resp_data*) is ``None``, then the data passed
- to the previous call to ``gap_advertise`` will be re-used. This allows a
+ to the previous call to ``gap_advertise`` will be reused. This allows a
broadcaster to resume advertising with just ``gap_advertise(interval_us)``.
To clear the advertising payload pass an empty ``bytes``, i.e. ``b''``.
diff --git a/docs/library/rp2.StateMachine.rst b/docs/library/rp2.StateMachine.rst
index ee16ce3c5..e8c167c09 100644
--- a/docs/library/rp2.StateMachine.rst
+++ b/docs/library/rp2.StateMachine.rst
@@ -32,7 +32,7 @@ Methods
The program is added to the instruction memory of this PIO instance. If the
instruction memory already contains this program, then its offset is
- re-used so as to save on instruction memory.
+ reused so as to save on instruction memory.
- *freq* is the frequency in Hz to run the state machine at. Defaults to
the system clock frequency.