Skip to content

Commit fe53ef2

Browse files
committed
nbfmt
1 parent e3a675f commit fe53ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/text/word2vec.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
"\n",
535535
"# Label the first context word as `1` (positive) followed by `num_ns` `0`s (negative).\n",
536536
"label = tf.constant([1] + [0]*num_ns, dtype=\"int64\")\n",
537-
"target = target_word\n"
537+
"target = target_word\n"
538538
]
539539
},
540540
{

0 commit comments

Comments
 (0)