From 1d7c4dee1765d76b7b57e21cb27ff66c6cae45e1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 7 Mar 2022 19:55:41 -0800 Subject: [PATCH] importlib.metadata: Remove empty footnote section (GH-30451) (cherry picked from commit 13331a12c3c4d5007e2ab61514ba1d76cedd8b84) Co-authored-by: Ned Batchelder --- Doc/library/importlib.metadata.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index 99bcfeb2d1b55d..50fc904535b09b 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -335,6 +335,3 @@ a custom finder, return instances of this derived ``Distribution`` in the .. _`entry point API`: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points .. _`metadata API`: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#metadata-api .. _`importlib_resources`: https://importlib-resources.readthedocs.io/en/latest/index.html - - -.. rubric:: Footnotes