From deee47e2049ad4e05566070ce25419e52370a218 Mon Sep 17 00:00:00 2001 From: Nicholas Christensen Date: Sun, 13 Aug 2023 11:52:39 -0400 Subject: [PATCH] remove indentation in doc string --- loopy/transform/iname.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/loopy/transform/iname.py b/loopy/transform/iname.py index ca776f433..d0aba5589 100644 --- a/loopy/transform/iname.py +++ b/loopy/transform/iname.py @@ -2508,12 +2508,12 @@ def rename_iname(kernel, old_iname, new_iname, existing_ok=False, raise_on_domain_mismatch: bool = __debug__): r""" Single iname version of :func:`loopy.rename_inames`. - :arg existing_ok: execute even if *new_iname* already exists + :arg existing_ok: execute even if *new_iname* already exists. :arg within: a stack match understood by :func:`loopy.match.parse_stack_match`. - :arg preserve_tags: copy the tags on the old iname to the new iname + :arg preserve_tags: copy the tags on the old iname to the new iname. :arg raise_on_domain_mismatch: If *True*, raises an error if - :math:`\exists (i_1,i_2) \in \{\text{old\_inames}\}^2 | - \mathcal{D}_{i_1} \neq \mathcal{D}_{i_2}`. + :math:`\exists (i_1,i_2) \in \{\text{old\_inames}\}^2 | + \mathcal{D}_{i_1} \neq \mathcal{D}_{i_2}`. """ from itertools import product from loopy import tag_inames