Skip to content

Commit

Permalink
chore: fix grammar error dependencies -> dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tromai committed Sep 11, 2024
1 parent 9009634 commit d00d482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/macaron/dependency_analyzer/cyclonedx.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def to_configs(resolved_deps: dict[str, DependencyInfo]) -> list[Configuration]:
Returns
-------
list[Configuration]
The dependencies list to be used by the Analyzer.
The dependency list to be used by the Analyzer.
"""
if not resolved_deps:
return []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

description: |
Test micronaut-projects/micronaut-test. qos-ch/slf4j and ben-manes/caffeine were originally used as manually specified dependencies.
We still keep it here even though manual dependencies specification is not available anymore.
We still keep it here even though manual dependency specification is not available anymore.
tags:
- macaron-python-package
Expand Down

0 comments on commit d00d482

Please sign in to comment.