Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tromai committed Dec 10, 2024
1 parent eaa9d53 commit da0f514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/macaron/artifact/local_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def construct_local_artifact_paths_glob_pattern_pypi_purl(pypi_purl: PackageURL)
Parameters
----------
maven_purl : PackageURL
pypi_purl : PackageURL
A pypi type PackageURL instance.
Returns
Expand Down
2 changes: 1 addition & 1 deletion tests/artifact/test_local_artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_get_local_artifact_paths_empty(
"pkg:pypi/[email protected]",
[],
{},
id="A maven type PURL where no build tool is discovered",
id="A pypi type PURL where no build tool is discovered",
),
],
)
Expand Down

0 comments on commit da0f514

Please sign in to comment.