Skip to content

Commit 884a25b

Browse files
committed
fix(docs): minor docstring fixes in objects module
1 parent 535706a commit 884a25b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ledgereth/objects.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ def from_rawtx(cls, rawtx: bytes) -> SerializableTransaction:
191191
transaction
192192
193193
:param rawtx: (:class:`bytes`) - The decoded raw transaction ``bytes``
194-
to encode into a :class`ledgereth.objects.SerializableTransaction`
195-
:return: Instantiated :class`ledgereth.objects.SerializableTransaction`
194+
to encode into a :class:`ledgereth.objects.SerializableTransaction`
195+
:return: Instantiated :class:`ledgereth.objects.SerializableTransaction`
196196
"""
197197

198198
def to_dict(self) -> Dict[str, Any]:
@@ -815,7 +815,7 @@ def raw_transaction(self):
815815
816816
Encoded signed TX format spec:
817817
818-
..code::
818+
.. code::
819819
820820
0x02 || rlp([chain_id, nonce, max_priority_fee_per_gas, max_fee_per_gas, gas_limit, destination, amount, data, access_list, signature_y_parity, signature_r, signature_s])
821821

0 commit comments

Comments
 (0)