Skip to content

Commit 59cee63

Browse files
committed
typo
1 parent a312d15 commit 59cee63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def make_const(self, name, np_val, skip_conversion=False, raw=True):
505505
return node
506506

507507
def copy_const(self, node, name=None):
508-
"""Copy a const node, using name is specified"""
508+
"""Copy a const node, using name if specified"""
509509
# TODO: support attr copy starting opset 12
510510
if name is None:
511511
name = utils.make_name(node.name)

0 commit comments

Comments
 (0)