From 8f54bb837c52ac3b45eb07bc6875b329704b32ec Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Wed, 19 Jan 2022 17:32:37 -0500 Subject: [PATCH] Rearrange author and note Looks better in documentation --- src/_typing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_typing.py b/src/_typing.py index 3c1671b..0e371c4 100644 --- a/src/_typing.py +++ b/src/_typing.py @@ -23,9 +23,9 @@ `_typing` - Define (legacy) subset of types for C-level protocols ================================================================= -See `CircuitPython:circuitpython_typing` in CircuitPython for more details. - * Author(s): Alec Delaney + +See `CircuitPython:circuitpython_typing` in CircuitPython for more details. """ from circuitpython_typing import * # pylint: disable=wildcard-import,unused-wildcard-import -- 2.49.0