From a3c6b740bfd5740baf1c91e02362996e6e9aff8c Mon Sep 17 00:00:00 2001 From: Oleg Butuzov Date: Wed, 13 Nov 2019 23:27:37 +0200 Subject: [PATCH] fix(typo): minor typo in comment --- deadlinks/crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deadlinks/crawler.py b/deadlinks/crawler.py index 21c7e20..9fe57d6 100644 --- a/deadlinks/crawler.py +++ b/deadlinks/crawler.py @@ -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: