File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -368,14 +368,14 @@ static mp_obj_t busio_uart_obj_reset_input_buffer(mp_obj_t self_in) {
368
368
return mp_const_none ;
369
369
}
370
370
static MP_DEFINE_CONST_FUN_OBJ_1 (busio_uart_reset_input_buffer_obj , busio_uart_obj_reset_input_buffer ) ;
371
- //| class Parity:
372
- //| """Enum-like class to define the parity used to verify correct data transfer."""
371
+ //| class Parity:
372
+ //| """Enum-like class to define the parity used to verify correct data transfer."""
373
373
//|
374
- //| ODD: int
375
- //| """Total number of ones should be odd."""
374
+ //| ODD: int
375
+ //| """Total number of ones should be odd."""
376
376
//|
377
- //| EVEN: int
378
- //| """Total number of ones should be even."""
377
+ //| EVEN: int
378
+ //| """Total number of ones should be even."""
379
379
//|
380
380
//|
381
381
const mp_obj_type_t busio_uart_parity_type ;
You can’t perform that action at this time.
0 commit comments