From 17b16e13bb444001534ed6fccb459084596c8bcf Mon Sep 17 00:00:00 2001 From: Binbin Date: Sun, 13 Jun 2021 10:47:44 +0800 Subject: Fix typos in multiple files (GH-26689) Co-authored-by: Terry Jan Reedy --- Lib/platform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/platform.py') diff --git a/Lib/platform.py b/Lib/platform.py index d298a42edc..02152f6fc9 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -5,7 +5,7 @@ If called from the command line, it prints the platform information concatenated as single string to stdout. The output - format is useable as part of a filename. + format is usable as part of a filename. """ # This module is maintained by Marc-Andre Lemburg . @@ -169,7 +169,7 @@ def libc_ver(executable=None, lib='', version='', chunksize=16384): Note that the function has intimate knowledge of how different libc versions add symbols to the executable and thus is probably - only useable for executables compiled using gcc. + only usable for executables compiled using gcc. The file is read and scanned in chunks of chunksize bytes. -- cgit v1.2.1