Skip to content

Commit

Permalink
Merge pull request #2862 from spkuehl/docs-fix-RTC-typo
Browse files Browse the repository at this point in the history
Documentation Fix: Typo in RTC.
  • Loading branch information
tannewt authored May 7, 2020
2 parents 241ef52 + af55af2 commit 7eb60b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/rtc/RTC.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eb60b6

Please sign in to comment.