Skip to content

Commit

Permalink
Merge pull request tensorflow#11410 from guillaumekln/patch-1
Browse files Browse the repository at this point in the history
Fix minor docstring formatting issue
  • Loading branch information
frankchn authored Jul 10, 2017
2 parents 59595ff + 3d4708d commit 13e4b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/contrib/copy_graph/python/util/copy_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def copy_variable_to_graph(org_instance, to_graph, scope=""):

def copy_op_to_graph(org_instance, to_graph, variables,
scope=""):
"""Given an `Operation` 'org_instance` from one `Graph`,
"""Given an `Operation` `org_instance` from one `Graph`,
initializes and returns a copy of it from another `Graph`,
under the specified scope (default `""`).
Expand Down

0 comments on commit 13e4b34

Please sign in to comment.