From 9cfaf0c8f66c62241640f011d9e79191152db450 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Mon, 7 Nov 2022 21:18:28 -0800 Subject: [PATCH] Fix typo leanr -> learn --- 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