From e4b13af02e19cae27231b8466a1949125786c88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20S=C5=82awecki?= Date: Mon, 15 Jul 2024 18:07:43 +0200 Subject: [PATCH] Fix typos in iso639.py docstring --- hachoir/core/iso639.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hachoir/core/iso639.py b/hachoir/core/iso639.py index 9a8302b3..4ef76431 100644 --- a/hachoir/core/iso639.py +++ b/hachoir/core/iso639.py @@ -1,7 +1,7 @@ """ -ISO639-2 standart: the module only contains the dictionary ISO639_2 +ISO639-2 standard: the module only contains the dictionary ISO639_2 which maps a language code in three letters (eg. "fre") to a language -name in english (eg. "French"). +name in English (eg. "French"). """ # ISO-639, the list comes from: