Skip to content

Commit

Permalink
remove indentation in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
nchristensen committed Aug 13, 2023
1 parent 7cce68f commit deee47e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions loopy/transform/iname.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deee47e

Please sign in to comment.