From 2fc3b24f72ce46ca61a02c21771e3130dfb76d0a Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 30 Aug 2024 07:12:16 +1000 Subject: [PATCH] pydoc --- Translations/make_translation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Translations/make_translation.py b/Translations/make_translation.py index 9c788aeb..cd765bed 100755 --- a/Translations/make_translation.py +++ b/Translations/make_translation.py @@ -203,9 +203,9 @@ def get_letter_counts(defs: dict, lang: dict, build_version: str) -> Dict: """From the source definitions, language file and build version; calculates the ranked symbol list Args: - defs (dict): _description_ - lang (dict): _description_ - build_version (str): _description_ + defs (dict): Definitions + lang (dict): Language lookup + build_version (str): The build version id to ensure its letters are included Returns: Dict: _description_