Skip to content

Commit

Permalink
Merge pull request iterative#3205 from skshetry/fix-spell
Browse files Browse the repository at this point in the history
exception: fix spelling
  • Loading branch information
efiop authored Jan 21, 2020
2 parents 10a7b9d + df1ba08 commit 7c9e034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,6 @@ class PathMissingError(DvcException):
def __init__(self, path, repo):
msg = (
"The path '{}' does not exist in the target repository '{}'"
" neighther as an output nor a git-handled file."
" neither as an output nor a git-handled file."
)
super().__init__(msg.format(path, repo))

0 comments on commit 7c9e034

Please sign in to comment.