Skip to content

Commit f8123b9

Browse files
authored
Merge pull request kk7nc#6 from kk7nc/revert-4-master
Revert "Fixed typos"
2 parents 35d560b + b4ca7eb commit f8123b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@ convert text to word embedding (Using GloVe):
20592059
return (X_train, X_test, word_index,embeddings_index)
20602060
20612061
2062-
Build a CNN Model for Text:
2062+
Build a RNN Model for Text:
20632063

20642064
.. code:: python
20652065
@@ -2137,7 +2137,7 @@ Build a CNN Model for Text:
21372137
21382138
21392139
2140-
run CNN and see our result:
2140+
run RNN and see our result:
21412141

21422142

21432143
.. code:: python

0 commit comments

Comments
 (0)