summaryrefslogtreecommitdiff
path: root/docs/library/pyb.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2021-05-20 16:21:47 +1000
committerDamien George <damien@micropython.org>2021-05-20 23:22:03 +1000
commit47b778332a0e89740775db544e7c22065df528c2 (patch)
tree87011c6b3e30d915f66d6eefcea599196dca8bd6 /docs/library/pyb.rst
parent1ca66efbf7be4f57ab31df5ecb81d27da4aefd0d (diff)
all: Replace busses with buses.
"buses" is the widely accepted plural form of "bus".
Diffstat (limited to 'docs/library/pyb.rst')
-rw-r--r--docs/library/pyb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst
index addcd20a9..321be3c52 100644
--- a/docs/library/pyb.rst
+++ b/docs/library/pyb.rst
@@ -126,7 +126,7 @@ Power related functions
- pclk2: frequency of the APB2 bus
If given any arguments then the function sets the frequency of the CPU,
- and the busses if additional arguments are given. Frequencies are given in
+ and the buses if additional arguments are given. Frequencies are given in
Hz. Eg freq(120000000) sets sysclk (the CPU frequency) to 120MHz. Note that
not all values are supported and the largest supported frequency not greater
than the given value will be selected.