Skip to content

Commit

Permalink
Fix typo in version-history.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Nov 20, 2020
1 parent 8ee30f5 commit 99055a6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions version-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version History
true, e.g.: ``getattr(pygtrie.Trie.traverse,
'uses_bool_convertible_children', False)``.

[Thanks to Pallab Pain fo suggesting the feature]
[Thanks to Pallab Pain for suggesting the feature]

2.3.3: 2020/04/04

Expand Down Expand Up @@ -86,9 +86,10 @@ Version History

- The library is now Python 3 compatible.

- Value returend by :func:`pygtrie.Trie.shortest_prefix` and
:func:`pygtrie.Trie.longest_prefix` evaluates to false if no prefix was
found. This is in addition to it being a pair of `None`s of course.
- Value returned by :func:`pygtrie.Trie.shortest_prefix` and
:func:`pygtrie.Trie.longest_prefix` evaluates to false if no prefix
was found. This is in addition to it being a pair of ``None``\ s of
course.

2.0: 2016/07/06

Expand Down

0 comments on commit 99055a6

Please sign in to comment.