aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util/deprecation.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/util/deprecation.py')
-rw-r--r--tensorflow/python/util/deprecation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/util/deprecation.py b/tensorflow/python/util/deprecation.py
index 73fc3e2408..1e1599afb4 100644
--- a/tensorflow/python/util/deprecation.py
+++ b/tensorflow/python/util/deprecation.py
@@ -182,7 +182,7 @@ def deprecated_args(date, instructions, *deprecated_arg_names_or_tuples):
return d
def _get_deprecated_positional_arguments(names_to_ok_vals, arg_spec):
- """Builds a dictionary from deprecated arguments to thier spec.
+ """Builds a dictionary from deprecated arguments to their spec.
Returned dict is keyed by argument name.
Each value is a DeprecatedArgSpec with the following fields: