diff --git a/morss/readabilite.py b/morss/readabilite.py index 36abe42..d02d59f 100644 --- a/morss/readabilite.py +++ b/morss/readabilite.py @@ -198,7 +198,7 @@ def lowest_common_ancestor(nodeA, nodeB, max_depth=None): if ancestorA in ancestorsB: return ancestorA - return nodeA # should always find one tho, at least + return nodeA # should always find one tho, at least , but needed for max_depth def rank_nodes(grades):