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:
5454 The directory containing the Python files should match the project name. This
5555simplifies the configuration and is more obvious to users who install the package.
5656
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
5858: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.
6060[#namespace-packages ]_
6161
6262: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