Chris McDonough 18 년 전
부모
커밋
7e688ab640
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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).
 """