diff --git a/stdlib/2and3/logging/__init__.pyi b/stdlib/2and3/logging/__init__.pyi index 87e20a950..dcc15f5ce 100644 --- a/stdlib/2and3/logging/__init__.pyi +++ b/stdlib/2and3/logging/__init__.pyi @@ -129,7 +129,7 @@ class Filterer(object): class Handler(Filterer): level = ... # type: int formatter = ... # type: Optional[Formatter] - lock = ... # type: Optional[threading.LockType] + lock = ... # type: Optional[threading.Lock] def __init__(self, level: int = ...) -> None: ... def createLock(self) -> None: ... def acquire(self) -> None: ...