Chris McDonough před 18 roky
rodič
revize
7e688ab640
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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).
 """