From 4c27a06a11b2c65f9db02013de16f78da663c371 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Tue, 8 Nov 2022 08:06:40 -0800 Subject: [PATCH] Fix typo leanr -> learn (#2112) --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 1123ffbccf9..f126ec5d3b1 100644 --- a/index.rst +++ b/index.rst @@ -233,7 +233,7 @@ What's new in PyTorch tutorials? .. customcarditem:: :header: NLP from Scratch: Generating Names with a Character-level RNN - :card_description: After using character-level RNN to classify names, leanr how to generate names from languages. Second in a series of three tutorials. + :card_description: After using character-level RNN to classify names, learn how to generate names from languages. Second in a series of three tutorials. :image: _static/img/thumbnails/cropped/NLP-From-Scratch-Generating-Names-with-a-Character-Level-RNN.png :link: intermediate/char_rnn_generation_tutorial.html :tags: Text