Skip to content

Commit cff79d7

Browse files
Apply suggestions from code review
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent cd5925c commit cff79d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/specifications/binary-distribution-format.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ The .dist-info directory
256256
Subdirectories in :file:`.dist-info/`
257257
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
258258

259-
Subdirectories under :file:`.dist-info` are reserved for future use.
260-
The following subdirectory names under :file:`.dist-info` are reserved for specific usage:
259+
Subdirectories under :file:`.dist-info/` are reserved for future use.
260+
The following subdirectory names under :file:`.dist-info/` are reserved for specific usage:
261261

262262
================= ==============
263263
Subdirectory name PEP / Standard
@@ -280,7 +280,7 @@ relative to the :file:`licenses/` directory.
280280
The :file:`.dist-info/sboms/` directory
281281
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
282282

283-
All files contained within the :file:`.dist-info/sboms` directory MUST
283+
All files contained within the :file:`.dist-info/sboms/` directory MUST
284284
be Software Bill-of-Materials (SBOM) files that describe software contained
285285
within the distribution archive.
286286

source/specifications/recording-installed-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Any files in this directory MUST be copied from wheels by the install tools.
239239
The :file:`sboms/` subdirectory
240240
==================================
241241

242-
All files contained within the :file:`.dist-info/sboms` directory MUST
242+
All files contained within the :file:`.dist-info/sboms/` directory MUST
243243
be Software Bill-of-Materials (SBOM) files that describe software contained
244244
within the installed package.
245245
Any files in this directory MUST be copied from wheels by the install tools.

0 commit comments

Comments
 (0)