summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-04-16 15:00:58 -0700
committerGitHub <noreply@github.com>2018-04-16 15:00:58 -0700
commit301479cd44426ade10aef3d0e685d496ea3a7c3d (patch)
tree9a001fd28f9ef4840e2f9c8bf0783cdc2cee66e3 /shared-bindings
parent84d4be279e629f4094d9e72770e807bd1bb166f6 (diff)
Remove "Get or set"
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/rtc/RTC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/rtc/RTC.c b/shared-bindings/rtc/RTC.c
index 30df20145..aeedad12d 100644
--- a/shared-bindings/rtc/RTC.c
+++ b/shared-bindings/rtc/RTC.c
@@ -72,7 +72,7 @@ STATIC mp_obj_t rtc_rtc_make_new(const mp_obj_type_t *type, size_t n_args, size_
//| .. attribute:: datetime
//|
-//| Get or set the date and time of the RTC.
+//| The date and time of the RTC.
//|
STATIC mp_obj_t rtc_rtc_obj_get_datetime(mp_obj_t self_in) {
timeutils_struct_time_t tm;