Skip to content

Commit 9808d5d

Browse files
Update packaging-projects.rst: you know, I reckon people say "a*n* __init__.py file"
1 parent d8f425f commit 9808d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5555
simplifies 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

0 commit comments

Comments
 (0)