aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/keras/python/keras/wrappers/scikit_learn.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/keras/python/keras/wrappers/scikit_learn.py')
-rw-r--r--tensorflow/contrib/keras/python/keras/wrappers/scikit_learn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/keras/python/keras/wrappers/scikit_learn.py b/tensorflow/contrib/keras/python/keras/wrappers/scikit_learn.py
index 9f8cea375b..0d04fc120f 100644
--- a/tensorflow/contrib/keras/python/keras/wrappers/scikit_learn.py
+++ b/tensorflow/contrib/keras/python/keras/wrappers/scikit_learn.py
@@ -109,7 +109,7 @@ class BaseWrapper(object):
"""Gets parameters for this estimator.
Arguments:
- **params: ignored (exists for API compatiblity).
+ **params: ignored (exists for API compatibility).
Returns:
Dictionary of parameter names mapped to their values.