Fix typo in docstring.

PiperOrigin-RevId: 266950511
This commit is contained in:
Matej Rizman 2019-09-03 09:47:29 -07:00 committed by TensorFlower Gardener
parent 0ee4bc62dd
commit 67e80579eb

View File

@ -102,7 +102,7 @@ def gradients(ys,
`unconnected_gradients` determines the value returned for each x in xs if it
is unconnected in the graph to ys. By default this is None to safeguard
against errors. MAthematically these gradients are zero which can be requested
against errors. Mathematically these gradients are zero which can be requested
using the `'zero'` option. `tf.UnconnectedGradients` provides the
following options and behaviors: