Correct comment

This commit is contained in:
Floris Bruynooghe 2013-11-22 12:27:34 +00:00
parent 08f3a0791d
commit db778fd456
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ class AssertionRewriter(ast.NodeVisitor):
res_expr = ast.Compare(left_res, [op], [next_res])
self.statements.append(ast.Assign([store_names[i]], res_expr))
left_res, left_expl = next_res, next_expl
# Use py.code._reprcompare if that's available.
# Use pytest.assertion.util._reprcompare if that's available.
expl_call = self.helper("call_reprcompare",
ast.Tuple(syms, ast.Load()),
ast.Tuple(load_names, ast.Load()),