aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/standard_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/ops/standard_ops.py')
-rw-r--r--tensorflow/python/ops/standard_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/standard_ops.py b/tensorflow/python/ops/standard_ops.py
index a6b14f6f6f..30bf4e4ef1 100644
--- a/tensorflow/python/ops/standard_ops.py
+++ b/tensorflow/python/ops/standard_ops.py
@@ -145,7 +145,7 @@ _allowed_symbols_math_ops = [
"sub", # use tf.subtract instead.
# These are documented in nn.
- # We are are not importing nn because it would create a circular dependency.
+ # We are not importing nn because it would create a circular dependency.
"sigmoid",
"log_sigmoid",
"tanh",