Skip to content

Commit

Permalink
Merge pull request ethereum#1099 from carver/docs-fixup
Browse files Browse the repository at this point in the history
fix up soliditySha3 docs
  • Loading branch information
carver authored Oct 10, 2018
2 parents 2fe7b98 + 53c2a4c commit 0fa4680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Cryptographic Hashing

.. code-block:: python
>>> Web3.soliditySha3(['bool'], True)
>>> Web3.soliditySha3(['bool'], [True])
HexBytes("0x5fe7f977e71dba2ea1a68e21057beebb9be2ac30c6410aa38d4f3fbe41dcffd2")
>>> Web3.soliditySha3(['uint8', 'uint8', 'uint8'], [97, 98, 99])
Expand Down

0 comments on commit 0fa4680

Please sign in to comment.