Skip to content

Commit abe12df

Browse files
fametranoncoghlan
authored andcommitted
fixed typo in project packaging tutorial (pypa#585)
1 parent 72e4325 commit abe12df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ detailed instructions) and install your package from TestPyPI:
287287
288288
python3 -m pip install --index-url https://test.pypi.org/simple/ example_pkg
289289
290-
.. note:: If you used a different package name in the preview step, replace
290+
.. note:: If you used a different package name in the previous step, replace
291291
``example_pkg`` in the command above with your package name.
292292

293293
pip should install the package from Test PyPI and the output should look

0 commit comments

Comments
 (0)