Skip to content

Commit 227f021

Browse files
jvdp1ivan-pi
andauthored
@ivan-pi suggestions from code review
Co-authored-by: Ivan Pribec <[email protected]>
1 parent bdb47b7 commit 227f021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common.fypp

+2-2
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ ${prefix + joinstr.join([line.strip() for line in txt.split("\n")]) + suffix}$
192192
#!
193193
#! Args:
194194
#! varname (str): Name of the variable to be used as origin
195-
#! rank (int): Rank of the original variable
196-
#! idim (int): Dimension of the variable
195+
#! rank (int): Rank of the original array variable
196+
#! idim (int): Dimension of the variable dropped
197197
#!
198198
#! Returns:
199199
#! Array rank suffix string enclosed in braces

0 commit comments

Comments
 (0)