提交 69e3825b authored 作者: nouiz's avatar nouiz

Merge pull request #213 from goodfeli/smaller_indent

changed min_informative_str to use spaces instead of tabs
...@@ -990,7 +990,7 @@ def min_informative_str(obj, indent_level=0, ...@@ -990,7 +990,7 @@ def min_informative_str(obj, indent_level=0,
if _prev_obs is None: if _prev_obs is None:
_prev_obs = {} _prev_obs = {}
indent = '\t' * indent_level indent = ' ' * indent_level
if obj in _prev_obs: if obj in _prev_obs:
tag = _prev_obs[obj] tag = _prev_obs[obj]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论