diff options
Diffstat (limited to 'doc/lib.rst')
-rw-r--r-- | doc/lib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index c0119d36d..89e3cca40 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -154,7 +154,7 @@ String handling * `std/wordwrap <wordwrap.html>`_ This module contains an algorithm to wordwrap a Unicode string. -* `std/diff <diff.html>`_ +* `experimental/diff <diff.html>`_ This module contains an algorithm to compute the famous "diff" of two texts by line. |