Skip to content

Commit f6fef37

Browse files
quanvuongsoumith
authored andcommitted
fix typo in autograd.rst (pytorch#1219)
1 parent bc0ed92 commit f6fef37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/autograd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ of a couple in-place methods, that would overwrite inputs required for
2020
gradient computation). In most cases Tensors can be safely replaced with
2121
Variables and the code will remain to work just fine. Because of this,
2222
we're not documenting all the operations on variables, and you should
23-
refere to :class:`torch.Tensor` docs for this purpose.
23+
refer to :class:`torch.Tensor` docs for this purpose.
2424

2525
In-place operations on Variables
2626
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)