aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/training/python/training/feeder.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/training/python/training/feeder.py')
-rw-r--r--tensorflow/contrib/training/python/training/feeder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/training/python/training/feeder.py b/tensorflow/contrib/training/python/training/feeder.py
index a7f43cc07e..a5cd7c5c94 100644
--- a/tensorflow/contrib/training/python/training/feeder.py
+++ b/tensorflow/contrib/training/python/training/feeder.py
@@ -18,7 +18,7 @@
This helper handles the plumbing in order to set up a feeder task to
push generated inputs to a pool of remote consumers; or to run an
-identical feeding mechanism in a seperate thread in the same process.
+identical feeding mechanism in a separate thread in the same process.
Example usage for distributed feeding:
@@ -331,7 +331,7 @@ class Feeder(object):
they never close their queue. Second, they are added to the
`Feeder.REMOTE_QUEUE_RUNNERS` collection, rather than
`ops.GraphKeys.QUEUE_RUNNERS`, so they can be started/stopped
- seperately.
+ separately.
Args:
queue: The queue.