Skip to content

Commit

Permalink
cleanup comment spelling
Browse files Browse the repository at this point in the history
Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed May 15, 2024
1 parent a85d967 commit bc9251b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fetchdep/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ def __init__(self, vcs, name, site, origin, tags, recursive):
name: the name of the dependency
site: the site/source of the dependency
origin: origin (configuration) of this dependency
tags (optional): tags assocaited to this dependency
tags: tags associated to this dependency
recursive: whether if recursive mode is allowed
Attributes:
name: the name of the dependency
origin: origin (configuration) of this dependency
recursive: whether if recursive mode is allowed
site: the site/source of the dependency
tags: tags assocaited to this dependency
tags: tags associated to this dependency
vcs: the vcs type
"""
self.name = name
Expand All @@ -52,7 +52,7 @@ def build_dependency(origin, name, site, tags, recursive):
origin: the origin of this dependency
name: the name of the dependency
site: the site/source of the dependency
tags (optional): tags assocaited to this dependency
tags: tags associated to this dependency
recursive: whether if recursive mode is allowed
Returns:
Expand Down

0 comments on commit bc9251b

Please sign in to comment.