mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-11 22:34:53 +08:00
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:
committed by
PyTorch MergeBot
parent
4a8382b58e
commit
2ddefbdc3c
@ -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)`
|
||||
|
||||
Reference in New Issue
Block a user