From 301479cd44426ade10aef3d0e685d496ea3a7c3d Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 16 Apr 2018 15:00:58 -0700 Subject: [PATCH] Remove "Get or set" --- shared-bindings/rtc/RTC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-bindings/rtc/RTC.c b/shared-bindings/rtc/RTC.c index 30df20145d..aeedad12d9 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;