瀏覽代碼

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


Loading…
取消
儲存