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.