1 parent 241ef52 commit af55af2Copy full SHA for af55af2
1 file changed
shared-bindings/rtc/RTC.c
@@ -65,7 +65,7 @@ STATIC mp_obj_t rtc_rtc_make_new(const mp_obj_type_t *type, size_t n_args, const
65
//| import time
66
//|
67
//| r = rtc.RTC()
68
-//| r.datetime = rtctime.struct_time((2019, 5, 29, 15, 14, 15, 0, -1, -1))
+//| r.datetime = time.struct_time((2019, 5, 29, 15, 14, 15, 0, -1, -1))
69
70
71
//| Once set, the RTC will automatically update this value as time passes. You can read this
0 commit comments