Skip to content

Commit e8686ee

Browse files
committed
fix: fix docs
1 parent 01cfa1d commit e8686ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymdoccbor/mso/verifier.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ def __init__(self, data: cbor2.CBORTag) -> None:
5757
self.x509_certificates: list = []
5858

5959
@property
60-
def payload_as_cbor(self) -> cbor2.CBORTag:
60+
def payload_as_cbor(self) -> dict:
6161
"""
6262
Return the decoded payload
6363
6464
:return: the decoded payload
65-
:rtype: cbor2.CBORTag
65+
:rtype: dict
6666
"""
6767
return cbor2.loads(self.object.payload)
6868

0 commit comments

Comments
 (0)