Skip to content

Commit f546a3b

Browse files
Mingbo Wanfacebook-github-bot
authored andcommitted
fixing documentation, issue 22697 (#23268)
Summary: As fmassa commented : > Agree, it should probably be weight, start, end Pull Request resolved: #23268 Differential Revision: D16493403 Pulled By: zou3519 fbshipit-source-id: 51ed07f6f7abdbd41dc323570aed41d804fa9c1b
1 parent 19858f7 commit f546a3b

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
@@ -2450,7 +2450,7 @@ def merge_dicts(*dicts):
24502450
24512451
The shapes of :attr:`start` and :attr:`end` must be
24522452
:ref:`broadcastable <broadcasting-semantics>`. If :attr:`weight` is a tensor, then
2453-
the shapes of :attr:`start`, :attr:`end` must be :ref:`broadcastable <broadcasting-semantics>`.
2453+
the shapes of :attr:`weight`, :attr:`start`, and :attr:`end` must be :ref:`broadcastable <broadcasting-semantics>`.
24542454
24552455
Args:
24562456
input (Tensor): the tensor with the starting points

0 commit comments

Comments
 (0)