mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix typos in multiple files (GH-26689)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
736ed6f7a9
commit
17b16e13bb
24 changed files with 1023 additions and 1023 deletions
|
@ -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 <mal@egenix.com>.
|
||||
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue