Fix typo
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/25238
Differential Revision: D17076308
Pulled By: mrshenli
fbshipit-source-id: 2827150be1d15af63088db21051ab0e3476992e6
diff --git a/torch/_tensor_docs.py b/torch/_tensor_docs.py
index 6ca9551..280af53 100644
--- a/torch/_tensor_docs.py
+++ b/torch/_tensor_docs.py
@@ -2032,7 +2032,7 @@
Change if autograd should record operations on this tensor: sets this tensor's
:attr:`requires_grad` attribute in-place. Returns this tensor.
-:func:`require_grad_`'s main use case is to tell autograd to begin recording
+:func:`requires_grad_`'s main use case is to tell autograd to begin recording
operations on a Tensor ``tensor``. If ``tensor`` has ``requires_grad=False``
(because it was obtained through a DataLoader, or required preprocessing or
initialization), ``tensor.requires_grad_()`` makes it so that autograd will