aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/wrappers/dumping_wrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/wrappers/dumping_wrapper.py')
-rw-r--r--tensorflow/python/debug/wrappers/dumping_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/wrappers/dumping_wrapper.py b/tensorflow/python/debug/wrappers/dumping_wrapper.py
index 0d9b3cfa7e..63229a8539 100644
--- a/tensorflow/python/debug/wrappers/dumping_wrapper.py
+++ b/tensorflow/python/debug/wrappers/dumping_wrapper.py
@@ -86,7 +86,7 @@ class DumpingDebugWrapperSession(framework.NonInteractiveDebugWrapperSession):
"""Implementation of abstrat method in superclass.
See doc of `NonInteractiveDebugWrapperSession.prepare_run_debug_urls()`
- for details. This implentation creates a run-specific subdirectory under
+ for details. This implementation creates a run-specific subdirectory under
self._session_root and stores information regarding run `fetches` and
`feed_dict.keys()` in the subdirectory.