From 4f2361ab0e02f0bdd27493718ed868880df4895b Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 12 Mar 2018 12:02:30 +0100 Subject: [PATCH] fix typo in docstrings/comments (tnx codespell) --- swh/lister/core/lister_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/lister/core/lister_base.py b/swh/lister/core/lister_base.py index 39d2c70..0ca6a67 100644 --- a/swh/lister/core/lister_base.py +++ b/swh/lister/core/lister_base.py @@ -82,7 +82,7 @@ class SWHListerBase(abc.ABC, config.SWHConfig): Raises: Will catch internal transport-dependent connection exceptions and raise swh.lister.core.lister_base.FetchError instead. Other - non-connection exceptions should propogate unchanged. + non-connection exceptions should propagate unchanged. """ pass