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).
 """