Chris McDonough %!s(int64=18) %!d(string=hai) anos
pai
achega
7e688ab640
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/supervisor/loggers.py

+ 1 - 1
src/supervisor/loggers.py

@@ -14,7 +14,7 @@
 
 """
 Logger implementation loosely modeled on PEP 282.  We don't use the
-PEP 282 logger implementation in the stdlin ('logging') because it's
+PEP 282 logger implementation in the stdlib ('logging') because it's
 idiosyncratic and a bit slow for our purposes (we don't use threads).
 """