Skip to content

Commit

Permalink
fix(typo): minor typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
butuzov committed Nov 13, 2019
1 parent 4880db5 commit a3c6b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deadlinks/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, settings: Settings) -> None:
self.add(self._base)

def stop(self, sig: int, frame: FrameType) -> None:
""" Capturs SIGINT signal and and change terminition state """
""" Captures SIGINT signal and and change terminition state """
self.terminated = True

def terminition_watcher(self) -> None:
Expand Down

0 comments on commit a3c6b74

Please sign in to comment.