aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/estimator/python/estimator/extenders.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/estimator/python/estimator/extenders.py')
-rw-r--r--tensorflow/contrib/estimator/python/estimator/extenders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/estimator/python/estimator/extenders.py b/tensorflow/contrib/estimator/python/estimator/extenders.py
index 29c3c73585..c99bf8badb 100644
--- a/tensorflow/contrib/estimator/python/estimator/extenders.py
+++ b/tensorflow/contrib/estimator/python/estimator/extenders.py
@@ -100,7 +100,7 @@ def add_metrics(estimator, metric_fn):
def clip_gradients_by_norm(optimizer, clip_norm):
- """Returns an optimizer which clips gradients before appliying them.
+ """Returns an optimizer which clips gradients before applying them.
Example: