Skip to content

Commit cd76eff

Browse files
authored
Docs: fix a couple typos in Doc/ (GH-132927)
fix minor typos
1 parent 2443662 commit cd76eff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/howto/remote_debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ file format structures from the binary file on disk. The ELF header contains a
110110
pointer to the section header table. Each section header contains metadata about
111111
a section including its name (stored in a separate string table), offset, and
112112
size. To find a specific section like .PyRuntime, you need to walk through these
113-
headers and match the section name. The section header then provdes the offset
113+
headers and match the section name. The section header then provides the offset
114114
where that section exists in the file, which can be used to calculate its
115115
runtime address when the binary is loaded into memory.
116116

Doc/library/importlib.metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Distribution files
297297
package is not installed in the current Python environment.
298298

299299
Returns :const:`None` if the distribution is found but the installation
300-
database records reporting the files associated with the distribuion package
300+
database records reporting the files associated with the distribution package
301301
are missing.
302302

303303
.. class:: PackagePath

0 commit comments

Comments
 (0)