aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-07-12 15:55:31 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-12 17:13:39 -0700
commit5c056006cfd95ac48bb7e3cbb9d03bffa6df7e0d (patch)
tree90b34cb0ef0ae71bf91259d266d99b6d603374c9
parentd36ed722c7d4ac60fad609fead786abf9b633ad8 (diff)
Fix typo
Change: 127259731
-rw-r--r--tensorflow/contrib/learn/python/learn/utils/export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/learn/python/learn/utils/export.py b/tensorflow/contrib/learn/python/learn/utils/export.py
index cf79f40feb..4ef7642283 100644
--- a/tensorflow/contrib/learn/python/learn/utils/export.py
+++ b/tensorflow/contrib/learn/python/learn/utils/export.py
@@ -119,7 +119,7 @@ def export_estimator(estimator,
features that are then passed to the model.
signature_fn: Function that given `Tensor` of `Example` strings,
`dict` of `Tensor`s for features and `dict` of `Tensor`s for predictions
- and returns default and named exporting signautres.
+ and returns default and named exporting signatures.
default_batch_size: Default batch size of the `Example` placeholder.
exports_to_keep: Number of exports to keep.
"""