浏览代码

Typo.

tags/v1.0^2
Ben Kurtovic 10 年前
父节点
当前提交
ae542e640c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bitshift/parser/python.py

+ 1
- 1
bitshift/parser/python.py 查看文件

@@ -111,7 +111,7 @@ class _CachedWalker(ast.NodeVisitor):

if isinstance(node.func, ast.Name):
name = node.func.id
elif isinstance(node.func, ast.Attr):
elif isinstance(node.func, ast.Attribute):
name = node.func.attr
else: # Dynamically selected functions, etc:
return


正在加载...
取消
保存