From a6cb6790bda494b64adced1e92a8f58e0338d896 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 4 Jul 2017 11:33:55 +0200 Subject: [PATCH] Typo fix [ci skip] --- loopy/kernel/instruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/kernel/instruction.py b/loopy/kernel/instruction.py index 0d22dbb88..08268ca9f 100644 --- a/loopy/kernel/instruction.py +++ b/loopy/kernel/instruction.py @@ -714,7 +714,7 @@ class Assignment(MultiAssignmentBase): z[i] = z[i+1-1] + a {atomic} - :mod:`loopy` may to evaluate the right-hand side *multiple times* + :mod:`loopy` may choose to evaluate the right-hand side *multiple times* as part of a single assignment. It is up to the user to ensure that this retains correct semantics. -- GitLab