Skip to content

Commit f050e3c

Browse files
author
Dorian Johnson
authored
Merge pull request #6 from EdwardBetts/patch-1
fix spelling mistake
2 parents 1a46767 + 997b004 commit f050e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Levenshtein.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ static PyObject* subtract_edit_py(PyObject *self, PyObject *args);
407407
"The result is a list of triples (operation, spos, dpos), where\n" \
408408
"operation is one of `equal', `replace', `insert', or `delete'; spos\n" \
409409
"and dpos are position of characters in the first (source) and the\n" \
410-
"second (destination) strings. These are operations on signle\n" \
410+
"second (destination) strings. These are operations on single\n" \
411411
"characters. In fact the returned list doesn't contain the `equal',\n" \
412412
"but all the related functions accept both lists with and without\n" \
413413
"`equal's.\n" \

0 commit comments

Comments
 (0)