Skip to content

Commit

Permalink
url info: minor fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Jul 20, 2019
1 parent 164c2e8 commit ef013c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/path_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def __div__(self, other):
def __getattr__(self, name):
# When deepcopy is called, it creates and object without __init__,
# self.parsed is not initialized and it causes infinite recursion.
# More on this special ca sing here:
# More on this special casing here:
# https://stackoverflow.com/a/47300262/298182
if name.startswith("__"):
raise AttributeError(name)
Expand Down

0 comments on commit ef013c8

Please sign in to comment.