From 67e80579eb1b6e6cabd88c0fd08e872aad3d0e8f Mon Sep 17 00:00:00 2001 From: Matej Rizman Date: Tue, 3 Sep 2019 09:47:29 -0700 Subject: [PATCH] Fix typo in docstring. PiperOrigin-RevId: 266950511 --- tensorflow/python/ops/gradients_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/ops/gradients_impl.py b/tensorflow/python/ops/gradients_impl.py index 6fecaa927dd..954783adb5c 100644 --- a/tensorflow/python/ops/gradients_impl.py +++ b/tensorflow/python/ops/gradients_impl.py @@ -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: