summaryrefslogtreecommitdiffstats
path: root/Lib/platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-xLib/platform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/platform.py b/Lib/platform.py
index 240f701..9e9b422 100755
--- a/Lib/platform.py
+++ b/Lib/platform.py
@@ -1261,7 +1261,7 @@ _os_release_cache = None
def _parse_os_release(lines):
# These fields are mandatory fields with well-known defaults
- # in pratice all Linux distributions override NAME, ID, and PRETTY_NAME.
+ # in practice all Linux distributions override NAME, ID, and PRETTY_NAME.
info = {
"NAME": "Linux",
"ID": "linux",