Skip to content

Commit fe645fd

Browse files
bskinnfacebook-github-bot
authored andcommitted
Update _torch_docs.py (#51212)
Summary: Fix `torch.linalg.qr` reference where it's desired to render fully-qualified name into docs. Suggested fix for https://github.com/pytorch/pytorch/pull/47764/files#r565368195 Pull Request resolved: #51212 Reviewed By: ezyang Differential Revision: D26142496 Pulled By: ailzhang fbshipit-source-id: 052b2085099baa372e3b515b403f25d23cf50785
1 parent da920fa commit fe645fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torch/_torch_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6846,7 +6846,7 @@ def merge_dicts(*dicts):
68466846
If :attr:`some` is ``True``, then this function returns the thin (reduced) QR factorization.
68476847
Otherwise, if :attr:`some` is ``False``, this function returns the complete QR factorization.
68486848
6849-
.. warning:: ``torch.qr`` is deprecated. Please use ``torch.linalg.`` :func:`~torch.linalg.qr`
6849+
.. warning:: ``torch.qr`` is deprecated. Please use :func:`torch.linalg.qr`
68506850
instead.
68516851
68526852
**Differences with** ``torch.linalg.qr``:

0 commit comments

Comments
 (0)