Chris McDonough 18 rokov pred
rodič
commit
7e688ab640
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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).
 """