From c91f5ef30c59889fbda4e3ac2511b94e61edde5f Mon Sep 17 00:00:00 2001 From: Yzi-Li <1538321957@qq.com> Date: Fri, 25 Apr 2025 19:56:51 +0800 Subject: [PATCH] fix typos in Doc --- Doc/howto/remote_debugging.rst | 2 +- Doc/library/importlib.metadata.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/howto/remote_debugging.rst b/Doc/howto/remote_debugging.rst index 5e776eb6816957..3adb6ad03e5445 100644 --- a/Doc/howto/remote_debugging.rst +++ b/Doc/howto/remote_debugging.rst @@ -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. diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index c84fe9b87863f3..12014309e26ec9 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -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