Skip to content

Commit

Permalink
Use devguide
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
sethmlarson and hugovk authored Jan 10, 2024
1 parent ba6192f commit c81fd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/build/generate_sbom.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def spdx_id(value: str) -> str:


def error_if(value: bool, error_message: str) -> None:
"""Prints an error if a comparison fails along with a link to the Dev Guide"""
"""Prints an error if a comparison fails along with a link to the devguide"""
if value:
print(error_message)
print("See 'https://devguide.python.org/developer-workflow/sbom' for more information.")
Expand Down

0 comments on commit c81fd8d

Please sign in to comment.