Skip to content

Commit

Permalink
Fix typo in graph transforms error message
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 167796563
  • Loading branch information
tensorflower-gardener committed Sep 7, 2017
1 parent 033e874 commit f8a43f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/graph_transforms/remove_attribute.cc
Expand Up @@ -34,7 +34,7 @@ Status RemoveAttribute(const GraphDef& input_graph_def,
if (!context.params.count("attribute_name") ||
(context.params.at("attribute_name").size() != 1)) {
return errors::InvalidArgument(
"remove_nodes expects exactly one 'attribute_name' "
"remove_attribute expects exactly one 'attribute_name' "
"argument, e.g. remove_attribute(op_name=Mul, attribute_name=foo)");
}

Expand Down

0 comments on commit f8a43f9

Please sign in to comment.