fix: change typo dependnecies to dependencies (#15602)
This commit is contained in:
parent
dc5c73968f
commit
76c9e6d871
@ -30,7 +30,7 @@ def setup_parser(subparser):
|
||||
|
||||
def inverted_dependencies():
|
||||
"""Iterate through all packages and return a dictionary mapping package
|
||||
names to possible dependnecies.
|
||||
names to possible dependencies.
|
||||
|
||||
Virtual packages are included as sources, so that you can query
|
||||
dependents of, e.g., `mpi`, but virtuals are not included as
|
||||
|
@ -3120,7 +3120,7 @@ def copy(self, deps=True, **kwargs):
|
||||
A copy of this spec.
|
||||
|
||||
Examples:
|
||||
Deep copy with dependnecies::
|
||||
Deep copy with dependencies::
|
||||
|
||||
spec.copy()
|
||||
spec.copy(deps=True)
|
||||
|
Loading…
Reference in New Issue
Block a user