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 0c6a77a8..a7579fcc 100644 --- a/poezio/common.py +++ b/poezio/common.py @@ -109,7 +109,7 @@ DISTRO_INFO = { def get_os_info(): """ - Returns a detailed and well formated string containing + Returns a detailed and well formatted string containing information about the operating system :rtype: str |