Browse Source

Typo.

tags/v1.0^2
Ben Kurtovic 10 years ago
parent
commit
ae542e640c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bitshift/parser/python.py

+ 1
- 1
bitshift/parser/python.py View File

@@ -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…
Cancel
Save