From 3fb4420980af20c7859a5abf8873ae00d4f8612b Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Fri, 11 Dec 2015 15:24:52 +0100 Subject: Rename a function --- prolog/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prolog') diff --git a/prolog/util.py b/prolog/util.py index 4b316d5..11a6f94 100644 --- a/prolog/util.py +++ b/prolog/util.py @@ -126,7 +126,7 @@ def rename_vars_list(tokens, names=None): # Rename variables in AST rooted at [root] to A0, A1, A2,… in order of # appearance. -def rename_vars_ast2(root, fixed_names=None): +def rename_vars_ast(root, fixed_names=None): if fixed_names is None: fixed_names = {} names = {} -- cgit v1.2.1