fix typo in docstrings/comments (tnx codespell)

This commit is contained in:
Stefano Zacchiroli 2018-03-12 12:02:30 +01:00
parent 16e40151dd
commit 4f2361ab0e

View file

@ -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