From 84471565eba71f646cd026efd4fdcf28fccfcf17 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 29 Oct 2018 18:13:33 -0700 Subject: [PATCH] Typo in documentation. PiperOrigin-RevId: 219227828 --- tensorflow/python/data/experimental/ops/stats_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/python/data/experimental/ops/stats_ops.py b/tensorflow/python/data/experimental/ops/stats_ops.py index 54ef6fc3e85..fb93b86b291 100644 --- a/tensorflow/python/data/experimental/ops/stats_ops.py +++ b/tensorflow/python/data/experimental/ops/stats_ops.py @@ -126,7 +126,7 @@ def set_stats_aggregator(stats_aggregator, tag="", counter_prefix=""): tag: (Optional) String, all statistics recorded for the input `dataset` will have given `tag` prepend with the name. counter_prefix: (Optional) String, all statistics recorded as `counters` - will have the given `prefix` for the counter. Defaults to "/tesorflow". + will have the given `prefix` for the counter. Defaults to "/tensorflow". Returns: A `Dataset` transformation function, which can be passed to