提交 f97e6098 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fix in comment

上级 7893b6d3
...@@ -998,7 +998,7 @@ class ModuleCache(object): ...@@ -998,7 +998,7 @@ class ModuleCache(object):
age_thresh_del = self.age_thresh_del age_thresh_del = self.age_thresh_del
# Ensure that the too_old_to_use list return by refresh() will # Ensure that the too_old_to_use list return by refresh() will
# contain all modules older thatn age_thresh_del. # contain all modules older than age_thresh_del.
if age_thresh_del < self.age_thresh_use: if age_thresh_del < self.age_thresh_use:
if age_thresh_del > 0: if age_thresh_del > 0:
_logger.warning("Clearing modules that were not deemed " _logger.warning("Clearing modules that were not deemed "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论