aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/platform/default/_gfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/platform/default/_gfile.py')
-rw-r--r--tensorflow/python/platform/default/_gfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/platform/default/_gfile.py b/tensorflow/python/platform/default/_gfile.py
index 5272f78617..f700d34978 100644
--- a/tensorflow/python/platform/default/_gfile.py
+++ b/tensorflow/python/platform/default/_gfile.py
@@ -248,7 +248,7 @@ class _Nulllocker(object):
def Exists(path): # pylint: disable=invalid-name
- """Retruns True iff "path" exists (as a dir, file, non-broken symlink)."""
+ """Returns True iff "path" exists (as a dir, file, non-broken symlink)."""
return os.path.exists(path)