Skip to content

Commit 1ee9c25

Browse files
authored
Correct typo
1 parent 208ac5f commit 1ee9c25

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)