update comment

This commit is contained in:
Eren Gölge 2020-07-13 10:33:55 +02:00 committed by erogol
parent b0c4a77aea
commit 571f5761c9
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ def transliteration_cleaners(text):
def basic_german_cleaners(text):
'''Pipeline for Turkish text'''
'''Pipeline for German text'''
text = lowercase(text)
text = collapse_whitespace(text)
return text