Fix minor grammatical mistakes in torch/nn/modules/loss.py (#17892)
authorjoy <joy_yin@outlook.com>
Tue, 12 Mar 2019 15:39:37 +0000 (08:39 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 12 Mar 2019 15:42:50 +0000 (08:42 -0700)
commit9ecee93a1668e535942d0f0079f3c9465748edfe
tree6d3a2ec7083a2992c6fba9b1bbe1661834c91f74
parent02c48cced963984e3403c6aaba7b106ff4ab85ef
Fix minor grammatical mistakes in torch/nn/modules/loss.py (#17892)

Summary:
Fixes some minor grammatical mistakes in the doc of `loss.py`.

I think in the doc:
>  Note that for some losses, there multiple elements per sample.

the "are" is lost between "there" and "multiple".

This mistake takes place in all the descriptions of parameter `size_average` and there are 17 of them.
It's minor but perfects the doc I think. 😁
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17892

Differential Revision: D14418177

Pulled By: ezyang

fbshipit-source-id: 412759f2f9b215819463bf8452ab0e0513218cd6
torch/nn/modules/loss.py