aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.summary.merge.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.summary.merge.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.summary.merge.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.summary.merge.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.summary.merge.md
index 17ecbd0654..5a7bd8a0f5 100644
--- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.summary.merge.md
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard8/tf.summary.merge.md
@@ -16,7 +16,7 @@ in the summaries to merge use the same tag.
* <b>`inputs`</b>: A list of `string` `Tensor` objects containing serialized `Summary`
protocol buffers.
* <b>`collections`</b>: Optional list of graph collections keys. The new summary op is
- added to these collections. Defaults to `[GraphKeys.SUMMARIES]`.
+ added to these collections. Defaults to `[]`.
* <b>`name`</b>: A name for the operation (optional).
##### Returns: