diff --git a/docs/web3.eth.rst b/docs/web3.eth.rst index 9d391938b4..fe97e1d717 100644 --- a/docs/web3.eth.rst +++ b/docs/web3.eth.rst @@ -684,7 +684,7 @@ The following methods are available on the ``web3.eth`` namespace. transaction * ``data``: ``bytes or text`` - The compiled code of a contract OR the hash of the invoked method signature and encoded parameters. For details see - `Ethereum Contract ABI `_. + `Ethereum Contract ABI `_. * ``nonce``: ``integer`` - (optional) Integer of a nonce. This allows to overwrite your own pending transactions that use the same nonce.