Skip to content

Commit

Permalink
Fix doc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
reedsa committed Nov 7, 2023
1 parent b6b881b commit 06255f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/web3.eth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1293,14 +1293,14 @@ Contracts
:param decode_tuples: Optionally convert tuples/structs to named tuples
:param interface:
:param metadata: Contract Metadata generated by the compiler
:param opcodes: Opcodes of the contracts generated by the compiler
:param opcodes: Opcodes for the contract generated by the compiler
:param src_map:
:param src_map_runtime:
:param user_doc:
:return: Instance of the contract
:rtype: Contract
:raises TypeError: if the address is not provided
:raises AttributeError: if the contract class is not initialized
:raises TypeError: If the address is not provided
:raises AttributeError: If the contract class is not initialized

See the :doc:`web3.contract` documentation for more information about Contracts.

Expand Down

0 comments on commit 06255f7

Please sign in to comment.