Skip to content

Commit

Permalink
strip extra whitespaces in by_analogy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Mar 4, 2013
1 parent bfdbf70 commit b1d6b44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pymorphy2/units/by_analogy.py
Expand Up @@ -244,6 +244,3 @@ def tag(self, word, seen_tags):

result.sort(reverse=True)
return [tag for cnt, tag in result]



0 comments on commit b1d6b44

Please sign in to comment.