ethereum / py-trie

Python library which implements the Ethereum Trie structure.
MIT License
105 stars 52 forks source link

fixes: from from in the example given #139

Closed balajipachai closed 1 year ago

balajipachai commented 1 year ago

What was wrong?

In the example Walking a full trie in the README file, from was used twice before trie.fog import HexaryTrieFog

Related to Issue # None Closes # Fixes a typo in the README file, thus, ensuring that future learners don't encounter the below error:

>>> from from trie.fog import HexaryTrieFog
  File "<stdin>", line 1
    from from trie.fog import HexaryTrieFog
         ^^^^
SyntaxError: invalid syntax

How was it fixed?

Removed the extra from

Todo:

Cute Animal Picture

Cute Animal