Skip to content

Commit 67052a2

Browse files
authored
Correct typo "YOu" to "You" in tutorial text
1 parent 15e96c3 commit 67052a2

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)