Skip to content

Commit

Permalink
error in the error - inception!
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Feb 7, 2018
1 parent 82944c3 commit 8afe980
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Docs build](https://readthedocs.org/projects/eth-hash/badge/?version=latest)](http://eth-hash.readthedocs.io/en/latest/?badge=latest)


The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256
The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3

* Python 3.5+ support

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'eth-hash', 'eth-hash Documentation',
'Jason Carver', 'eth-hash', 'The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256',
'Jason Carver', 'eth-hash', 'The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
eth-hash
==============================

The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256
The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3

Contents
--------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
name='eth-hash',
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
version='0.1.0-alpha.2',
description="""eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha256""",
description="""eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3""",
long_description_markdown_filename='README.md',
author='Jason Carver',
author_email='ethcalibur+pip@gmail.com',
Expand Down

0 comments on commit 8afe980

Please sign in to comment.