diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-16 20:48:55 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-16 20:48:55 -0500 |
| commit | 940406442d273067310987744ced5da2ccabecc1 (patch) | |
| tree | 876b4dbe1d83dfd4f9d4425c7176ca6efb8b56b8 | |
| parent | b06d3c457d76604e273e7d2f0eec3dfe10868784 (diff) | |
| download | cpython-git-importlib_metadata-3.3.tar.gz | |
Remove latent footnote.importlib_metadata-3.3
| -rw-r--r-- | Doc/library/importlib.metadata.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index e759186647..858ed0a483 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -260,9 +260,3 @@ a custom finder, return instances of this derived ``Distribution`` in the .. rubric:: Footnotes - -.. [#f1] Technically, the returned distribution metadata object is an - :class:`email.message.EmailMessage` - instance, but this is an implementation detail, and not part of the - stable API. You should only use dictionary-like methods and syntax - to access the metadata contents. |
