Skip to content

Commit 660ea67

Browse files
dogweathertheacodes
authored andcommitted
Add more clarity to the packaging tutorial dir structure (pypa#583)
* Rename the top-level directory * Caught another instance to change.
1 parent a96e5b0 commit 660ea67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ To create this project locally, create the following file structure:
1717

1818
.. code-block:: text
1919
20-
/example_pkg
20+
/packaging_tutorial
2121
/example_pkg
2222
__init__.py
2323
2424
2525
Once you create this structure, you'll want to run all of the commands in this
26-
tutorial within the top-level folder - so be sure to ``cd example_pkg``.
26+
tutorial within the top-level folder - so be sure to ``cd packaging_tutorial``.
2727

2828
You should also edit :file:`example_pkg/__init__.py` and put the following
2929
code in there:
@@ -48,7 +48,7 @@ them in the following steps.
4848

4949
.. code-block:: text
5050
51-
/example_pkg
51+
/packaging_tutorial
5252
/example_pkg
5353
__init__.py
5454
setup.py

0 commit comments

Comments
 (0)