Skip to content
Snippets Groups Projects
Commit efa929a0 authored by Haak, R. (Romeo)'s avatar Haak, R. (Romeo)
Browse files

Added doc and fixed a bug

parent 41e3b9f9
No related branches found
No related tags found
1 merge request!43Sc 97/paired nw and tempfix reading
......@@ -86,7 +86,7 @@ class AnchorAlgorithm(AlignmentStrategy):
competing_over = shd_word
# If true, then competing_over was wrongly flagged as correct:
if competing_over is not None:
competing_over.source().shadowed = False
competing_over.source.shadowed = False
competing_over.source = src_word # Shadow to new source word
src_word.shadowed = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment