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