summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspkuehl <skuehlhorn@gmail.com>2020-05-06 14:11:11 -0500
committerspkuehl <skuehlhorn@gmail.com>2020-05-06 14:11:11 -0500
commitaf55af216a3aadd78960f7c8e60bc51b49a13df1 (patch)
tree28f9144148a3577cfef9d5f202937351ccb6d312
parent241ef528417c266fd396f61763fdc65be99229bb (diff)
Fix type in RTC documentation.
-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 3ff09a4ec..07d170ee6 100644
--- a/shared-bindings/rtc/RTC.c
+++ b/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
//| import time
//|
//| r = rtc.RTC()
-//| 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))
//|
//|
//| Once set, the RTC will automatically update this value as time passes. You can read this