Skip to content

Commit c90cf36

Browse files
committed
Merge pull request torch#340 from temerick/patch-1
correct copy-paste mistake in documentation
2 parents 068006d + 2af104d commit c90cf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/maths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ in `a` and `v`.
12561256

12571257
`y,i=torch.kthvalue(x,k,2)` performs the k-th value operation across rows.
12581258

1259-
`y,i=torch.kthvalue(x,k,n)` performs the median operation over the dimension `n`.
1259+
`y,i=torch.kthvalue(x,k,n)` performs the k-th value operation over the dimension `n`.
12601260

12611261

12621262
<a name="torch.prod"></a>

0 commit comments

Comments
 (0)