diff options
Diffstat (limited to 'poezio/common.py')
-rw-r--r-- | poezio/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/common.py b/poezio/common.py index 3a865054..a39f8145 100644 --- a/poezio/common.py +++ b/poezio/common.py @@ -394,7 +394,7 @@ def parse_secs_to_str(duration=0) -> str: def format_tune_string(infos: Dict[str, str]) -> str: """ - Contruct a string from a dict created from an "User tune" event. + Construct a string from a dict created from an "User tune" event. :param dict infos: Tune information :return: The formatted string |