From db8bb3424741a0486653e63d8cee49212c1cc65c Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 3 Apr 2002 20:25:53 +0000 Subject: Moved isnan and friends from cephes to special. Made comparison functions return UBYTES. Added Complex comparison functions which work on real parts. --- weave/ast_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weave/ast_tools.py') diff --git a/weave/ast_tools.py b/weave/ast_tools.py index 48b87cd90..4d69bb7a5 100644 --- a/weave/ast_tools.py +++ b/weave/ast_tools.py @@ -146,7 +146,7 @@ def harvest_variables(ast_list): return variables def match(pattern, data, vars=None): - """Match `data' to `pattern', with variable extraction. + """match `data' to `pattern', with variable extraction. pattern Pattern to match against, possibly containing variables. -- cgit v1.2.1