From e2222bc17592423760c60358d63bd68c542f2efd Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni <kaushikcfd@gmail.com> Date: Sun, 18 Mar 2018 21:33:37 -0500 Subject: [PATCH] changes the doctrings --- loopy/kernel/creation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loopy/kernel/creation.py b/loopy/kernel/creation.py index 1343233bf..cdad141a1 100644 --- a/loopy/kernel/creation.py +++ b/loopy/kernel/creation.py @@ -1836,8 +1836,8 @@ def apply_single_writer_depencency_heuristic(kernel, warn_if_used=True): class FunctionScoper(IdentityMapper): """ - Subclass of :class:`IdentityMapper` which converts functions known to - the kernel at to instances of :class:`ScopedFunction`. + Converts functions known to the kernel as instances of + :class:`ScopedFunction`. .. _example: -- GitLab