summary refs log tree commit diff stats
path: root/doc/lib.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lib.rst')
-rw-r--r--doc/lib.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index 89ab26d81..46e1f9d19 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -147,10 +147,13 @@ String handling
 * `subexes <subexes.html>`_
   This module implements advanced string substitution operations.
 
-* `editdistance <editdistance>`_
+* `std/editdistance <editdistance.html>`_
   This module contains an algorithm to compute the edit distance between two
   Unicode strings.
 
+* `std/wordwrap <wordwrap.html>`_
+  This module contains an algorithm to wordwrap a Unicode string.
+
 
 Generic Operating System Services
 ---------------------------------