From d5223d6de404d0c12228516e8491b47e6e16f276 Mon Sep 17 00:00:00 2001 From: Ryan Streur Date: Thu, 12 May 2022 12:13:14 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20syntax=20typo=20in=20`docs/tu?= =?UTF-8?q?torial/package.md`=20(#333)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- docs/tutorial/package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/package.md b/docs/tutorial/package.md index dd4703f..bdda580 100644 --- a/docs/tutorial/package.md +++ b/docs/tutorial/package.md @@ -142,7 +142,7 @@ def load(): ``` !!! tip - As we are creating an installable Python package, there's no need to add a section with `if __name__ == "__main__:`. + As we are creating an installable Python package, there's no need to add a section with `if __name__ == "__main__":`. ## Modify the README