Skip to content

Commit bbc0b9c

Browse files
Merge pull request tensorflow#2340 from choejwoo:master
PiperOrigin-RevId: 698202297
2 parents 2397584 + 67052a2 commit bbc0b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/audio/simple_audio.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@
873873
" self.model = model\n",
874874
"\n",
875875
" # Accept either a string-filename or a batch of waveforms.\n",
876-
" # YOu could add additional signatures for a single wave, or a ragged-batch. \n",
876+
" # You could add additional signatures for a single wave, or a ragged-batch. \n",
877877
" self.__call__.get_concrete_function(\n",
878878
" x=tf.TensorSpec(shape=(), dtype=tf.string))\n",
879879
" self.__call__.get_concrete_function(\n",

0 commit comments

Comments
 (0)