Skip to content

Commit 7ecaecc

Browse files
authored
Merge pull request #339 from HanzTantiangco/patch-5
docs: fix typo
2 parents abc488e + 67ff5d3 commit 7ecaecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recurrent-neural-networks/char-rnn/Character_Level_RNN_Exercise.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"source": [
8181
"### Tokenization\n",
8282
"\n",
83-
"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."
83+
"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."
8484
]
8585
},
8686
{

0 commit comments

Comments
 (0)