From c51c8aa01cc7140d4305137551e997d96f453e69 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 19 Jan 2016 01:50:40 -0600 Subject: [PATCH] get_op_poly doc fix --- loopy/statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/statistics.py b/loopy/statistics.py index 7a064520b..8f3981de3 100755 --- a/loopy/statistics.py +++ b/loopy/statistics.py @@ -427,7 +427,7 @@ def get_op_poly(knl): - The :class:`islpy.PwQPolynomial` holds the number of operations of the kind specified in the key (in terms of the - :class:`loopy.LoopKernel` *inames*). + :class:`loopy.LoopKernel` *parameter inames*). Example usage:: -- GitLab