Remove "Get or set"

This commit is contained in:
Scott Shawcroft 2018-04-16 15:00:58 -07:00 committed by GitHub
parent 84d4be279e
commit 301479cd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ STATIC mp_obj_t rtc_rtc_make_new(const mp_obj_type_t *type, size_t n_args, size_
//| .. attribute:: datetime
//|
//| Get or set the date and time of the RTC.
//| The date and time of the RTC.
//|
STATIC mp_obj_t rtc_rtc_obj_get_datetime(mp_obj_t self_in) {
timeutils_struct_time_t tm;