Skip to content

Commit 8405266

Browse files
doc change
1 parent b2782cd commit 8405266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def get_country_local_translation(self, country_name: str) -> str:
526526
Returns the local translation of the country name.
527527
528528
:param country_name: The full name of the country in english
529-
:return: The corresponding translation in the local language or "Not Found" if not in the dictionary.
529+
:return: The corresponding translation in the local language or the english name itself if not in the dictionary.
530530
"""
531531
return self.country_local_translation.get(country_name, country_name)
532532

0 commit comments

Comments
 (0)