Explorar el Código

Typo.

tags/v1.0^2
Ben Kurtovic hace 10 años
padre
commit
ae542e640c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bitshift/parser/python.py

+ 1
- 1
bitshift/parser/python.py Ver fichero

@@ -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


Cargando…
Cancelar
Guardar