fix: corrects Variant documentation (#197)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Noel Remy 2023-02-20 15:18:12 +01:00 committed by GitHub
parent e9071279a0
commit 9c6a472100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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