From 7ada52e33c79b85da7f5fd0f69b7e912866701d6 Mon Sep 17 00:00:00 2001 From: Dan Nissenbaum Date: Wed, 7 Sep 2022 05:06:30 -0400 Subject: [PATCH] Typo in major heading seen by newcomers (#14501) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Typo in major heading seen by newcomers Correct typo in one of the first major headings newcomers to Lightning see when they are considering migrating their code to use Lightning. I know this is a trivial change in terms of the text change itself, but I really think it's valuable for one of the most important landing pages that users first investigating Lightning see - to have rock-solid, professional text without obvious typos. Here was a typo in the main heading itself. I suggest fixing it straightaway via this PR. Co-authored-by: Adrian Wälchli --- docs/source-pytorch/starter/converting.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source-pytorch/starter/converting.rst b/docs/source-pytorch/starter/converting.rst index 55ae242e87..925922e5b5 100644 --- a/docs/source-pytorch/starter/converting.rst +++ b/docs/source-pytorch/starter/converting.rst @@ -8,9 +8,9 @@ To enable your code to work with Lightning, perform the following to organize Py -------- -****************************** -1. Keep you Computational Code -****************************** +******************************* +1. Keep Your Computational Code +******************************* Keep your regular nn.Module architecture