diff --git a/tensorflow/python/training/saver.py b/tensorflow/python/training/saver.py index a312164f5b2..7b502bffa38 100644 --- a/tensorflow/python/training/saver.py +++ b/tensorflow/python/training/saver.py @@ -777,7 +777,7 @@ class Saver(object): TypeError: If `var_list` is invalid. ValueError: If any of the keys or values in `var_list` are not unique. RuntimeError: If eager execution is enabled and`var_list` does not specify - a list of varialbes to save. + a list of variables to save. @compatibility(eager) When eager execution is enabled, `var_list` must specify a `list` or `dict`