aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/math_ops.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-29 00:10:05 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-29 01:18:27 -0700
commit7a0f6252d7f93b8cc78e8cc61c88f45d98642b30 (patch)
treee3cbb995eb4f38bc58775b737e497a55a3809663 /tensorflow/g3doc/api_docs/python/math_ops.md
parent295680fd2573feb650ebcae65961a91ad307758a (diff)
Update generated Python Op docs.
Change: 134633926
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/math_ops.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/math_ops.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/g3doc/api_docs/python/math_ops.md b/tensorflow/g3doc/api_docs/python/math_ops.md
index 77223815f2..b3b955739d 100644
--- a/tensorflow/g3doc/api_docs/python/math_ops.md
+++ b/tensorflow/g3doc/api_docs/python/math_ops.md
@@ -2372,7 +2372,7 @@ Optionally, pass `shape` and `tensor_dtype` for shape and type checking,
otherwise, these are inferred.
NOTE: This operation is not differentiable and cannot be used if inputs depend
-on trainable variables. Please use tf.add_n for such cases.
+on trainable variables. Please use `tf.add_n` for such cases.
For example: