Unverified Commit c0524639 authored by M Bernt's avatar M Bernt Committed by GitHub
Browse files

Fix typo

parent 1f9a2fa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ class Linter(ABC):
        return cls.__name__

    @classmethod
    def list_listers(cls) -> List[str]:
    def list_linters(cls) -> List[str]:
        """
        list the names of all linter derived from Linter
        """