Skip to content

Commit

Permalink
Update get_started.md (tensorflow#8924)
Browse files Browse the repository at this point in the history
Correcting output.
4F2E4A2E authored and gunan committed Apr 3, 2017
1 parent 7c0e6af commit 8908272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/docs_src/get_started/get_started.md
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ print("sess.run(node3): ",sess.run(node3))
```
The last two print statements produce
```
node3: Tensor("Add_2:0", shape=(), dtype=float32)
node3: Tensor("Add:0", shape=(), dtype=float32)
sess.run(node3): 7.0
```

0 comments on commit 8908272

Please sign in to comment.