We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437764e commit 648acb2Copy full SHA for 648acb2
1 file changed
source/tutorials/packaging-projects.rst
@@ -51,7 +51,7 @@ Create the following file structure locally:
51
:file:`__init__.py` is required to import the directory as a package, and
52
should be empty.
53
54
-:file:`example.py` is an an example of a module within the package that could
+:file:`example.py` is an example of a module within the package that could
55
contain the logic (functions, classes, constants, etc.) of your package.
56
Open that file and enter the following content:
57
0 commit comments