aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Scheller2021-01-19 09:22:04 +0000
committerDamien George2021-01-30 14:13:30 +1100
commit499e199addacd3777244c61cc4c3b4efdfa9b300 (patch)
tree33cd7bc8bf1e28c02db6cf8214a5b6ae48802a27 /docs
parent37c2f507a01af06627ff93eafa4fc80b2734620e (diff)
docs,stm32: Fix minor typos in RTC docs, and->an.
Diffstat (limited to 'docs')
-rw-r--r--docs/library/machine.RTC.rst2
-rw-r--r--docs/library/pyb.RTC.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/machine.RTC.rst b/docs/library/machine.RTC.rst
index d5a4f390b..ae5446ef7 100644
--- a/docs/library/machine.RTC.rst
+++ b/docs/library/machine.RTC.rst
@@ -4,7 +4,7 @@
class RTC -- real time clock
============================
-The RTC is and independent clock that keeps track of the date
+The RTC is an independent clock that keeps track of the date
and time.
Example usage::
diff --git a/docs/library/pyb.RTC.rst b/docs/library/pyb.RTC.rst
index 4c736597c..c477e7f03 100644
--- a/docs/library/pyb.RTC.rst
+++ b/docs/library/pyb.RTC.rst
@@ -4,7 +4,7 @@
class RTC -- real time clock
============================
-The RTC is and independent clock that keeps track of the date
+The RTC is an independent clock that keeps track of the date
and time.
Example usage::