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." ] }, {