Fix torch.gesv args in doc

Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/15649

Differential Revision: D13564312

Pulled By: soumith

fbshipit-source-id: b3bba2ece600880077eb09b092ce17e331995bd6
This commit is contained in:
kiendang
2019-01-02 00:18:07 -08:00
committed by Facebook Github Bot
parent b52420742d
commit eeb14675f1

View File

@ -1993,7 +1993,7 @@ Example::
add_docstr(torch.gesv,
r"""
torch.gesv(B, A) -> (Tensor, Tensor)
torch.gesv(B, A, out=None) -> (Tensor, Tensor)
This function returns the solution to the system of linear
equations represented by :math:`AX = B` and the LU factorization of