]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: fix a couple typos in `Doc/` (GH-132927)
authorYongzi Li <1538321957@qq.com>
Sun, 27 Apr 2025 22:56:58 +0000 (06:56 +0800)
committerGitHub <noreply@github.com>
Sun, 27 Apr 2025 22:56:58 +0000 (15:56 -0700)
fix minor typos

Doc/howto/remote_debugging.rst
Doc/library/importlib.metadata.rst

index 5e776eb6816957ba224e6fe84a1fc35280f0bc67..3adb6ad03e54452bff0fbf7266e032cdccc9e8d7 100644 (file)
@@ -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.
 
index c84fe9b87863f378ac30f8ee40a99347fd25ea61..12014309e26ec9329a3e1cc0cbab8c81e5aa3e86 100644 (file)
@@ -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