Skip to content

Commit a13c700

Browse files
committed
Merge branch 'median' of https://github.com/jvdp1/stdlib into median
2 parents cbdc4ac + 227f021 commit a13c700

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)