We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 437764e + 648acb2 commit 8f7d3feCopy full SHA for 8f7d3fe
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