From 9dd5f0b4dee221db713ad8f36f9c23ea5bee7045 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 4 Oct 2016 00:54:57 +0200 Subject: "information" is already plural, fix wording --- poezio/common.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'poezio/common.py') diff --git a/poezio/common.py b/poezio/common.py index 4eff202c..c078b36c 100644 --- a/poezio/common.py +++ b/poezio/common.py @@ -106,7 +106,7 @@ DISTRO_INFO = { def get_os_info(): """ Returns a detailed and well formated string containing - informations about the operating system + information about the operating system :rtype: str """ @@ -401,7 +401,7 @@ def format_tune_string(infos): """ Contruct a string from a dict created from an "User tune" event. - :param dict infos: The informations + :param dict infos: Tune information :return: The formatted string :rtype: :py:class:`str` """ @@ -436,11 +436,10 @@ def format_tune_string(infos): def format_gaming_string(infos): """ - Construct a string from a dict containing the "user gaming" - informations. + Construct a string from a dict containing "user gaming" information. (for now, only use address and name) - :param dict infos: The informations + :param dict infos: Gaming information :returns: The formatted string :rtype: :py:class:`str` """ -- cgit v1.2.3