8000 Updated doc fix · hellcoderz/micropython@e9ff557 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9ff557

Browse files
committed
Updated doc fix
1 parent b569d69 commit e9ff557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stmhal/rtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(pyb_rtc_info_obj, pyb_rtc_info);
260260
///
261261
/// `weekday` is 1-7 for Monday through Sunday.
262262
///
263-
/// `subseconds` is a free-running timer and counts down from 255 to 0, hundreds of times a second.
263+
/// `subseconds` is a free-running timer and counts down from 255 to 0, rolls around many times a second.
264264
mp_obj_t pyb_rtc_datetime(uint n_args, const mp_obj_t *args) {
265265
if (n_args == 1) {
266266
// get date and time

0 commit comments

Comments
 (0)
0