File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ Create the following file structure locally:
54
54
The directory containing the Python files should match the project name. This
55
55
simplifies the configuration and is more obvious to users who install the package.
56
56
57
- Creating the file :file: `__init__.py ` is recommended because the existence of a
57
+ Creating the file :file: `__init__.py ` is recommended because the existence of an
58
58
:file: `__init__.py ` file allows users to import the directory as a regular package,
59
- even if (as is the case for this tutorial) :file: `__init__.py ` is empty.
59
+ even if (as is the case in this tutorial) :file: `__init__.py ` is empty.
60
60
[#namespace-packages ]_
61
61
62
62
:file: `example.py ` is an example of a module within the package that could
You can’t perform that action at this time.
0 commit comments