소스 검색

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


불러오는 중...
취소
저장