From 227f021011828d43ea7375b8c4bcaa03b691860c Mon Sep 17 00:00:00 2001 From: Jeremie Vandenplas Date: Fri, 23 Jul 2021 03:11:47 -0400 Subject: [PATCH] @ivan-pi suggestions from code review Co-authored-by: Ivan Pribec --- src/common.fypp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.fypp b/src/common.fypp index 360b2da3c..0c6e86840 100644 --- a/src/common.fypp +++ b/src/common.fypp @@ -192,8 +192,8 @@ ${prefix + joinstr.join([line.strip() for line in txt.split("\n")]) + suffix}$ #! #! Args: #! varname (str): Name of the variable to be used as origin -#! rank (int): Rank of the original variable -#! idim (int): Dimension of the variable +#! rank (int): Rank of the original array variable +#! idim (int): Dimension of the variable dropped #! #! Returns: #! Array rank suffix string enclosed in braces