From 55a55ea046dddc4e714777031952769b52eaa929 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 6 Mar 2024 20:51:51 -0500 Subject: [PATCH] Fix docs error due to duplicate explicit target name. --- importlib_metadata/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/importlib_metadata/__init__.py b/importlib_metadata/__init__.py index 1e5be7a2..6704f2b6 100644 --- a/importlib_metadata/__init__.py +++ b/importlib_metadata/__init__.py @@ -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 `_. + `the entry points spec `_. - RECORD: A record of files according to - `this spec `_. + `this recording spec `_. A package may provide any set of files, including those not listed here or none at all.