Skip to content

Commit

Permalink
Fix typos in iso639.py docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck authored and vstinner committed Jul 16, 2024
1 parent af427bc commit e4b13af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hachoir/core/iso639.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e4b13af

Please sign in to comment.