Skip to content

Commit 4003c1a

Browse files
authored
fix return type of send_transaction in docs (#1883)
1 parent ef4727d commit 4003c1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/web3.eth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ The following methods are available on the ``web3.eth`` namespace.
732732
.. code-block:: python
733733
734734
>>> web3.eth.send_transaction({'to': '0xd3CdA913deB6f67967B99D67aCDFa1712C293601', 'from': web3.eth.coinbase, 'value': 12345})
735-
'0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331'
735+
HexBytes('0xe670ec64341771606e55d6b4ca35a1a6b75ee3d5145a99d05921026d1527331')
736736
737737
.. py:method:: Eth.sendTransaction(transaction)
738738

newsfragments/686.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix return type of ``send_transaction`` in docs.

0 commit comments

Comments
 (0)