From 9c6a472100a471c8f41d495707182eca8d5d25a1 Mon Sep 17 00:00:00 2001 From: Noel Remy Date: Mon, 20 Feb 2023 15:18:12 +0100 Subject: [PATCH] fix: corrects Variant documentation (#197) Co-authored-by: J. Nick Koston --- src/dbus_fast/signature.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/dbus_fast/signature.py b/src/dbus_fast/signature.py index 1c7040a..6eb1df8 100644 --- a/src/dbus_fast/signature.py +++ b/src/dbus_fast/signature.py @@ -381,10 +381,7 @@ class Variant: construct this class directly for use in message bodies sent over the bus. :ivar signature: The signature for this variant. Must be a single complete type. - :vartype signature: str - - :ivar signature_type: The parsed signature of this variant. - :vartype signature_type: :class:`SignatureType` + :vartype signature: str or SignatureTree or SignatureType :ivar value: The value of this variant. Must correspond to the signature. :vartype value: Any