Skip to content

Commit 3c7a7b9

Browse files
committed
Merge pull request pytest-dev#293 from jeffwidman/patch-1
Fix typo: packaing --> packaging
2 parents c69089a + ee09d9b commit 3c7a7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/managing_python_path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This ``setup.py`` file is not sufficient to distribute your package to PyPI or
6060
more general packaging, but it should help you get started. Please refer to the
6161
`Python Packaging User Guide
6262
<http://python-packaging-user-guide.readthedocs.org/en/latest/tutorial.html#creating-your-own-project>`_
63-
for more information on packaing Python applications.`
63+
for more information on packaging Python applications.`
6464

6565
To install the project afterwards::
6666

0 commit comments

Comments
 (0)