Skip to content

Commit 55a55ea

Browse files
committed
Fix docs error due to duplicate explicit target name.
1 parent 79521e1 commit 55a55ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

importlib_metadata/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ def read_text(self, filename) -> Optional[str]:
377377
- METADATA: The distribution metadata including fields
378378
like Name and Version and Description.
379379
- entry_points.txt: A series of entry points as defined in
380-
`this spec <https://packaging.python.org/en/latest/specifications/entry-points/#file-format>`_.
380+
`the entry points spec <https://packaging.python.org/en/latest/specifications/entry-points/#file-format>`_.
381381
- RECORD: A record of files according to
382-
`this spec <https://packaging.python.org/en/latest/specifications/recording-installed-packages/#the-record-file>`_.
382+
`this recording spec <https://packaging.python.org/en/latest/specifications/recording-installed-packages/#the-record-file>`_.
383383
384384
A package may provide any set of files, including those
385385
not listed here or none at all.

0 commit comments

Comments
 (0)