Skip to content

Commit

Permalink
Fix docs error due to duplicate explicit target name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 7, 2024
1 parent 79521e1 commit 55a55ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions importlib_metadata/__init__.py
Expand Up @@ -377,9 +377,9 @@ def read_text(self, filename) -> Optional[str]:
- METADATA: The distribution metadata including fields
like Name and Version and Description.
- entry_points.txt: A series of entry points as defined in
`this spec <https://packaging.python.org/en/latest/specifications/entry-points/#file-format>`_.
`the entry points spec <https://packaging.python.org/en/latest/specifications/entry-points/#file-format>`_.
- RECORD: A record of files according to
`this spec <https://packaging.python.org/en/latest/specifications/recording-installed-packages/#the-record-file>`_.
`this recording spec <https://packaging.python.org/en/latest/specifications/recording-installed-packages/#the-record-file>`_.
A package may provide any set of files, including those
not listed here or none at all.
Expand Down

0 comments on commit 55a55ea

Please sign in to comment.