Skip to content

Commit 301479c

Browse files
authored
Remove "Get or set"
1 parent 84d4be2 commit 301479c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/rtc/RTC.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ STATIC mp_obj_t rtc_rtc_make_new(const mp_obj_type_t *type, size_t n_args, size_
7272

7373
//| .. attribute:: datetime
7474
//|
75-
//| Get or set the date and time of the RTC.
75+
//| The date and time of the RTC.
7676
//|
7777
STATIC mp_obj_t rtc_rtc_obj_get_datetime(mp_obj_t self_in) {
7878
timeutils_struct_time_t tm;

0 commit comments

Comments
 (0)