Skip to content

Commit

Permalink
Correct typo "YOu" to "You" in tutorial text
Browse files Browse the repository at this point in the history
  • Loading branch information
choejwoo authored Nov 15, 2024
1 parent 15e96c3 commit 67052a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/audio/simple_audio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
" self.model = model\n",
"\n",
" # Accept either a string-filename or a batch of waveforms.\n",
" # YOu could add additional signatures for a single wave, or a ragged-batch. \n",
" # You could add additional signatures for a single wave, or a ragged-batch. \n",
" self.__call__.get_concrete_function(\n",
" x=tf.TensorSpec(shape=(), dtype=tf.string))\n",
" self.__call__.get_concrete_function(\n",
Expand Down

0 comments on commit 67052a2

Please sign in to comment.