mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Docs: fix a couple typos in Doc/
(GH-132927)
fix minor typos
This commit is contained in:
parent
24436629ef
commit
cd76eff26e
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ file format structures from the binary file on disk. The ELF header contains a
|
|||
pointer to the section header table. Each section header contains metadata about
|
||||
a section including its name (stored in a separate string table), offset, and
|
||||
size. To find a specific section like .PyRuntime, you need to walk through these
|
||||
headers and match the section name. The section header then provdes the offset
|
||||
headers and match the section name. The section header then provides the offset
|
||||
where that section exists in the file, which can be used to calculate its
|
||||
runtime address when the binary is loaded into memory.
|
||||
|
||||
|
|
|
@ -297,7 +297,7 @@ Distribution files
|
|||
package is not installed in the current Python environment.
|
||||
|
||||
Returns :const:`None` if the distribution is found but the installation
|
||||
database records reporting the files associated with the distribuion package
|
||||
database records reporting the files associated with the distribution package
|
||||
are missing.
|
||||
|
||||
.. class:: PackagePath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue