From 630b4f6890d3a098e97d99e1d0789796e124781f Mon Sep 17 00:00:00 2001 From: "oakley.brunt" Date: Mon, 3 Jun 2024 10:30:51 +0100 Subject: [PATCH] #2460 removed backslash --- examples/lfric/eg2/print_psyir_trans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lfric/eg2/print_psyir_trans.py b/examples/lfric/eg2/print_psyir_trans.py index 603ac854cb..78912b3d49 100644 --- a/examples/lfric/eg2/print_psyir_trans.py +++ b/examples/lfric/eg2/print_psyir_trans.py @@ -44,7 +44,7 @@ def trans(psy): PSyclone transformation routine. This is an example which only prints information about the object with which it has been supplied. - :param psy: the PSy object that PSyclone has constructed for the \ + :param psy: the PSy object that PSyclone has constructed for the 'invoke'(s) found in the Algorithm file. :type psy: :py:class:`psyclone.domain.lfric.LFRicPSy`