.. _f-editdistance: module ``td_1a.edit_distance`` ============================== Short summary +++++++++++++ module ``ensae_teaching_cs.td_1a.edit_distance`` edit distance :githublink:`%|py|5` Functions +++++++++ +-----------------------------------------------------------------------------+-------------------------------------------------+ | function | truncated documentation | +=============================================================================+=================================================+ | :func:`edit_distance ` | Computes the edit distance between two strings. | +-----------------------------------------------------------------------------+-------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.td_1a.edit_distance :members: :special-members: __init__ :show-inheritance: