From ddece5a7936d04282eea3a3fb4b42d29ce899dd2 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Mon, 14 Jan 2019 17:03:52 -0800 Subject: [PATCH] Fix ormqr docs, fixes #15565 (#15694) Summary: Signed-off-by: Edward Z. Yang cc meganset Pull Request resolved: https://github.com/pytorch/pytorch/pull/15694 Differential Revision: D13573064 Pulled By: zou3519 fbshipit-source-id: 1d0b693d7c26db91826b81e6c98b45a69b5e9bc4 --- torch/_torch_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch/_torch_docs.py b/torch/_torch_docs.py index d85f2a1..f1a475e 100644 --- a/torch/_torch_docs.py +++ b/torch/_torch_docs.py @@ -3429,7 +3429,7 @@ Args: add_docstr(torch.ormqr, r""" -ormqr(a, tau, mat, left=True, transpose=False) -> (Tensor, Tensor) +ormqr(a, tau, mat, left=True, transpose=False) -> Tensor Multiplies `mat` by the orthogonal `Q` matrix of the QR factorization formed by :func:`torch.geqrf` that is represented by `(a, tau)`. -- 2.7.4