Skip to content

Commit

Permalink
fix: corrects Variant documentation (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
Mocramis and bdraco authored Feb 20, 2023
1 parent e907127 commit 9c6a472
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/dbus_fast/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c6a472

Please sign in to comment.