From 4901b34670888a0e4bf35229e709871d1abdb1ed Mon Sep 17 00:00:00 2001 From: Przemyslaw Karczmarczyk Date: Wed, 14 Apr 2021 16:37:56 +0200 Subject: [PATCH] fix: typo in a correct answer (#41819) --- ...ral-language-processing-with-rnns-create-a-play-generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md index 9ea1c8ae2a..f3a22f813d 100644 --- a/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md +++ b/curriculum/challenges/english/11-machine-learning-with-python/tensorflow/natural-language-processing-with-rnns-create-a-play-generator.md @@ -18,7 +18,7 @@ char_dataset = tf.data.__A__.__B__(text_as_int) ## --answers-- -A: `DataSet` +A: `Dataset` B: `from_tensor_slices`