diff options
Diffstat (limited to 'scripts/verify.py')
| -rw-r--r-- | scripts/verify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/verify.py b/scripts/verify.py index b35eb44..084c911 100644 --- a/scripts/verify.py +++ b/scripts/verify.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -"""Transcribe los WAV finales y compara ignorando la forma de escribir numeros.""" +"""Transcribes the final WAVs and compares them ignoring how numbers are written.""" import json, os, re, subprocess, sys, unicodedata from difflib import SequenceMatcher |