Skip to content

Commit a56d61f

Browse files
sethmlarsonhugovk
andauthored
Remove quotes from Pillow
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent cc2c51c commit a56d61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0770.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ interoperability and usability of SBOM data made available in Python packages:
325325
attempting to reconstruct different stages for a Python package being built.
326326
* The primary component described by the SBOM document SHOULD be the top-level
327327
software within the Python package (for example,
328-
"pkg:pypi/pillow" for the "Pillow" package).
328+
"pkg:pypi/pillow" for the Pillow package).
329329
* All non-primary components SHOULD have one or more paths in the relationship
330330
graph showing the relationship between components. If this information isn't
331331
included, SCA tools might exclude components outside of the relationship graph.

0 commit comments

Comments
 (0)