From 7ac1b9d4f4f7b6467a7a0f3324ceea50d60f7960 Mon Sep 17 00:00:00 2001 From: Balaji Shetty Pachai <32358081+balajipachai@users.noreply.github.com> Date: Fri, 16 Jun 2023 21:39:32 +0530 Subject: [PATCH] fixes: from from in the example given (#139) * fixes: from from in the example given * Add newsfragment --------- Co-authored-by: kclowes --- README.md | 2 +- newsfragments/139.docs.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 newsfragments/139.docs.rst diff --git a/README.md b/README.md index dea27c9..1969d63 100644 --- a/README.md +++ b/README.md @@ -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() diff --git a/newsfragments/139.docs.rst b/newsfragments/139.docs.rst new file mode 100644 index 0000000..cc22198 --- /dev/null +++ b/newsfragments/139.docs.rst @@ -0,0 +1 @@ +Remove typo in README