Skip to content

Commit bd08d08

Browse files
andrijdavidpytorchmergebot
authored andcommitted
Update argmin docs to reflect the code behavior (pytorch#78888)
Fixes pytorch#78791 Pull Request resolved: pytorch#78888 Approved by: https://github.com/ezyang
1 parent 44937da commit bd08d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_torch_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6731,7 +6731,7 @@ def merge_dicts(*dicts):
67316731
Args:
67326732
{input}
67336733
{dim} If ``None``, the argmin of the flattened input is returned.
6734-
{keepdim} Ignored if ``dim=None``.
6734+
{keepdim}.
67356735
67366736
Example::
67376737

0 commit comments

Comments
 (0)