File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments