Typo correction in cuda_deterministic_backward.rst (#25011)

Summary:
I presume this is what was intended.
cc t-vi
Pull Request resolved: https://github.com/pytorch/pytorch/pull/25011

Differential Revision: D16980939

Pulled By: soumith

fbshipit-source-id: c55b22e119f3894bd124eb1dce4f92a719ac047a
This commit is contained in:
bnehoran 2019-08-22 21:17:30 -07:00 committed by Facebook Github Bot
parent 192a26249d
commit 0ae030f87e

View file

@ -1,5 +1,5 @@
.. note::
When using the CUDA backend, this operation may induce nondeterministic
behaviour in be backward that is not easily switched off.
behaviour in its backward pass that is not easily switched off.
Please see the notes on :doc:`/notes/randomness` for background.