From 58904d05905e011ac45ccf36a9c319023b4e607d Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 27 Dec 2023 12:55:39 -0700 Subject: [PATCH] Update tutorials/intro.md Co-authored-by: Jeremy Paige --- tutorials/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/intro.md b/tutorials/intro.md index 829d2b36..0d899714 100644 --- a/tutorials/intro.md +++ b/tutorials/intro.md @@ -56,7 +56,7 @@ You might also hear people use the term "library" the same way. At a high level, you can think about a Python package as a toolbox that you can use to perform various tasks. -Structurally, in Python, a package is a directory with a specific +A Python package is basically a directory with a specific file structure. Within the package directory structure, there are modules which are files that end in `.py` (the same extension you'd see in a Python script). These modules allow you to group and