Skip to content

Commit 3191c0c

Browse files
adeleviebrianjo
andauthored
LSTM's -> LSTMs in equence_models_tutorial.py docs (#1136)
Co-authored-by: Brian Johnson <[email protected]>
1 parent e60c6af commit 3191c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/nlp/sequence_models_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
part-of-speech tags, and a myriad of other things.
2222
2323
24-
LSTM's in Pytorch
24+
LSTMs in Pytorch
2525
~~~~~~~~~~~~~~~~~
2626
2727
Before getting to the example, note a few things. Pytorch's LSTM expects

0 commit comments

Comments
 (0)