aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-27 08:23:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-27 08:26:49 -0700
commit375c023d307a74d32f222486bb2fdd3ba96c92da (patch)
treef8a5fb6e5c8b34c310df6318b7252fd501603472 /tensorflow/python/summary
parented2b2dbd1dbbb5c0e41f0bc6bb77219f0bfa2c96 (diff)
Fix typo in FileWriter docs.
PiperOrigin-RevId: 206320196
Diffstat (limited to 'tensorflow/python/summary')
-rw-r--r--tensorflow/python/summary/writer/writer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/summary/writer/writer.py b/tensorflow/python/summary/writer/writer.py
index aca084fc91..60e96ee947 100644
--- a/tensorflow/python/summary/writer/writer.py
+++ b/tensorflow/python/summary/writer/writer.py
@@ -325,7 +325,7 @@ class FileWriter(SummaryToEventTransformer):
```
The `session` argument to the constructor makes the returned `FileWriter` a
- a compatibility layer over new graph-based summaries (`tf.contrib.summary`).
+ compatibility layer over new graph-based summaries (`tf.contrib.summary`).
Crucially, this means the underlying writer resource and events file will
be shared with any other `FileWriter` using the same `session` and `logdir`,
and with any `tf.contrib.summary.SummaryWriter` in this session using the