Skip to content

Commit 8f7d3fe

Browse files
authored
Merge pull request #925 from KushalBeniwal/fix-typo-branch
fix typo
2 parents 437764e + 648acb2 commit 8f7d3fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Create the following file structure locally:
5151
:file:`__init__.py` is required to import the directory as a package, and
5252
should be empty.
5353

54-
:file:`example.py` is an an example of a module within the package that could
54+
:file:`example.py` is an example of a module within the package that could
5555
contain the logic (functions, classes, constants, etc.) of your package.
5656
Open that file and enter the following content:
5757

0 commit comments

Comments
 (0)