diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-10-14 10:26:45 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-14 10:26:45 +0200 |
commit | 765692514049618196b66a2c52719390d50ee661 (patch) | |
tree | 5231bb000a83f669d6ba25da58931a85fcffb8ea /doc | |
parent | 7f81519f4114dbb49fcd68ca2361920bf374fb1c (diff) | |
download | Nim-765692514049618196b66a2c52719390d50ee661.tar.gz |
added new editdistance stdlib module, deprecated strutils.editDistance, refs #6301
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 9451c5026..23c8e8019 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -147,6 +147,10 @@ String handling * `subexes <subexes.html>`_ This module implements advanced string substitution operations. +* `editdistance <editdistance>`_ + This module contains an algorithm to compute the edit distance between two + Unicode strings. + Generic Operating System Services --------------------------------- |