1 parent 84d4be2 commit 301479cCopy full SHA for 301479c
1 file changed
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_
72
73
//| .. attribute:: datetime
74
//|
75
-//| Get or set the date and time of the RTC.
+//| The date and time of the RTC.
76
77
STATIC mp_obj_t rtc_rtc_obj_get_datetime(mp_obj_t self_in) {
78
timeutils_struct_time_t tm;
0 commit comments