forked from pool/python-PyTrie
Accepting request 689748 from home:jengelh:branches:devel:languages:python
- Drop duplicated word. OBS-URL: https://build.opensuse.org/request/show/689748 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyTrie?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
74d76a848f
commit
68660a8868
@@ -41,9 +41,9 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
pytrie is a a pure Python (2 and 3) implementation of the trie data structure.
|
||||
pytrie is a pure Python (2 and 3) implementation of the trie data structure.
|
||||
|
||||
A _trie_ is an ordered tree data structure that is used to store a mapping
|
||||
A trie is an ordered tree data structure that is used to store a mapping
|
||||
where the keys are sequences, usually strings over an alphabet. In addition to
|
||||
implementing the mapping interface, tries allow finding the items for a given
|
||||
prefix, and vice versa, finding the items whose keys are prefixes of a given key.
|
||||
|
||||
Reference in New Issue
Block a user