aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/graph_editor
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-02-27 12:11:46 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-27 13:03:10 -0800
commitf8838fabb0a18ea8ad852718e3c1ded4dcc5917d (patch)
treea26b00cef8a990ace96de48064f265ce7968dd8a /tensorflow/contrib/graph_editor
parent79098e13efe58ef3e56025c93761f4d7bb02dfbe (diff)
Fix spelling errors.
Change: 148678164
Diffstat (limited to 'tensorflow/contrib/graph_editor')
-rw-r--r--tensorflow/contrib/graph_editor/transform.py2
-rw-r--r--tensorflow/contrib/graph_editor/util.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/graph_editor/transform.py b/tensorflow/contrib/graph_editor/transform.py
index 57fd7d7188..762bc44814 100644
--- a/tensorflow/contrib/graph_editor/transform.py
+++ b/tensorflow/contrib/graph_editor/transform.py
@@ -137,7 +137,7 @@ def copy_op_handler(info, op, copy_shape=True):
op: the `tf.Operation` to be copied.
copy_shape: also copy the shape of the tensor
Returns:
- A `(op, op_outputs)` tuple containgin the transformed op and its outputs.
+ A `(op, op_outputs)` tuple containing the transformed op and its outputs.
"""
# pylint: disable=protected-access
diff --git a/tensorflow/contrib/graph_editor/util.py b/tensorflow/contrib/graph_editor/util.py
index d8824f6792..01c31ffc18 100644
--- a/tensorflow/contrib/graph_editor/util.py
+++ b/tensorflow/contrib/graph_editor/util.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
-"""Utility funtions for the graph_editor.
+"""Utility functions for the graph_editor.
"""
from __future__ import absolute_import