Skip to content

Commit

Permalink
Merge pull request #1006 from sirodoht/docs-space-fix
Browse files Browse the repository at this point in the history
Fix missing space in Contracts docs
  • Loading branch information
carver authored Aug 18, 2018
2 parents 61cc3b1 + 07ee658 commit e95e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ example in :class:`ConciseContract` for specifying an alternate factory.
recommended to use the classic ``Contract`` for those use cases.
Just to be be clear, `ConciseContract` only exposes contract functions and all
other `Contract` class methods and properties are not available with the `ConciseContract`
API. This includes but is not limited to ``contract.address``,``contract.abi``, and
API. This includes but is not limited to ``contract.address``, ``contract.abi``, and
``contract.deploy()``.

Create this type of contract by passing a :py:class:`Contract` instance to
Expand Down

0 comments on commit e95e9f6

Please sign in to comment.