From 07ee658e4363a51a4e3683843a9909d23c55124e Mon Sep 17 00:00:00 2001 From: Theodore Keloglou Date: Fri, 17 Aug 2018 17:58:03 +0300 Subject: [PATCH] Fix missing space in contract docs --- docs/contracts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contracts.rst b/docs/contracts.rst index 84f10cdabe..201596cdae 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -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