From 67ff5d30b8e9079e75a2e5fc37b8acd39f4dca17 Mon Sep 17 00:00:00 2001 From: Hanz Tantiangco <37241205+HanzTantiangco@users.noreply.github.com> Date: Fri, 16 Jul 2021 12:57:15 +0100 Subject: [PATCH] docs: fix typo --- .../char-rnn/Character_Level_RNN_Exercise.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recurrent-neural-networks/char-rnn/Character_Level_RNN_Exercise.ipynb b/recurrent-neural-networks/char-rnn/Character_Level_RNN_Exercise.ipynb index 6108c119a3..7a37f3bd68 100644 --- a/recurrent-neural-networks/char-rnn/Character_Level_RNN_Exercise.ipynb +++ b/recurrent-neural-networks/char-rnn/Character_Level_RNN_Exercise.ipynb @@ -80,7 +80,7 @@ "source": [ "### Tokenization\n", "\n", - "In the cells, below, I'm creating a couple **dictionaries** to convert the characters to and from integers. Encoding the characters as integers makes it easier to use as input in the network." + "In the cells, below, I'm creating a couple of **dictionaries** to convert the characters to and from integers. Encoding the characters as integers makes it easier to use as input in the network." ] }, {