diff options
author | Araq <rumpf_a@web.de> | 2015-05-12 14:45:50 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-05-28 12:51:16 +0200 |
commit | 2b0115eb5fdf616a2cf30ec620d5b4dff7bc8e14 (patch) | |
tree | a8d411d277a8dfb2f7acb1e267db2a2874d4baaa | |
parent | e51e2564a27ce2b392f7ac24a37cacde73532b1d (diff) | |
download | Nim-2b0115eb5fdf616a2cf30ec620d5b4dff7bc8e14.tar.gz |
prepare for unidecode Nimble package
-rw-r--r-- | doc/lib.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index f43228151..fd5218b0a 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -123,11 +123,6 @@ String handling Ropes can represent very long strings efficiently; especially concatenation is done in O(1) instead of O(n). -* `unidecode <unidecode.html>`_ - This module provides Unicode to ASCII transliterations: - It finds the sequence of ASCII characters that is the closest approximation - to the Unicode string. - * `matchers <matchers.html>`_ This module contains various string matchers for email addresses, etc. |