Skip to content

Commit

Permalink
fixes: from from in the example given (#139)
Browse files Browse the repository at this point in the history
* fixes: from from in the example given

* Add newsfragment

---------

Co-authored-by: kclowes <kclowes@users.noreply.github.com>
  • Loading branch information
balajipachai and kclowes committed Jun 16, 2023
1 parent 20dbbd2 commit 7ac1b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ b'V\xe8\x1f\x17\x1b\xccU\xa6\xff\x83E\xe6\x92\xc0\xf8n[H\xe0\x1b\x99l\xad\xc0\x0
b'\xf8\xdd\xe4\x0f\xaa\xf4P7\xfa$\xfde>\xec\xb4i\x00N\xa3)\xcf\xef\x80\xc4YU\xe8\xe7\xbf\xa89\xd5'

# Initialize a fog object to track unexplored prefixes in a trie walk
>>> from from trie.fog import HexaryTrieFog
>>> from trie.fog import HexaryTrieFog
>>> empty_fog = HexaryTrieFog()
# At the beginning, the unexplored prefix is (), which means that none of the trie has been explored
>>> prefix = empty_fog.nearest_unknown()
Expand Down
1 change: 1 addition & 0 deletions newsfragments/139.docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove typo in README

0 comments on commit 7ac1b9d

Please sign in to comment.