Skip to content

Commit 866ca9c

Browse files
authored
Merge pull request vahidk#17 from tomtung/patch-1
Correct typo
2 parents 208ac5f + 1ee9c25 commit 866ca9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ You can overwrite the default name by explicitly specifying it:
214214

215215
```python
216216
a = tf.constant(1, name="a")
217-
print(a.name) # prints "b:0"
217+
print(a.name) # prints "a:0"
218218

219219
b = tf.Variable(1, name="b")
220220
print(b.name) # prints "b:0"

0 commit comments

Comments
 (0)