We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f425f commit 9808d5dCopy full SHA for 9808d5d
1 file changed
source/tutorials/packaging-projects.rst
@@ -54,9 +54,9 @@ Create the following file structure locally:
54
The directory containing the Python files should match the project name. This
55
simplifies the configuration and is more obvious to users who install the package.
56
57
-Creating the file :file:`__init__.py` is recommended because the existence of a
+Creating the file :file:`__init__.py` is recommended because the existence of an
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.
+even if (as is the case in this tutorial) :file:`__init__.py` is empty.
60
[#namespace-packages]_
61
62
:file:`example.py` is an example of a module within the package that could
0 commit comments