Fix typos used in documents under torch directory (#88300)

This PR fixes typos, in comments of Python files, that are found from a search box at https://pytorch.org/docs/master/search.html

Pull Request resolved: https://github.com/pytorch/pytorch/pull/88300
Approved by: https://github.com/lezcano
This commit is contained in:
Kazuaki Ishizaki
2022-11-02 09:38:13 +00:00
committed by PyTorch MergeBot
parent 4a8382b58e
commit 2ddefbdc3c
31 changed files with 59 additions and 59 deletions

View File

@ -399,7 +399,7 @@ def lobpcg(
A (Tensor): the input tensor of size :math:`(*, m, m)`
B (Tensor, optional): the input tensor of size :math:`(*, m,
m)`. When not specified, `B` is interpereted as
m)`. When not specified, `B` is interpreted as
identity matrix.
X (tensor, optional): the input tensor of size :math:`(*, m, n)`