Skip to content

Commit a0b31a5

Browse files
Chris Rehnncoghlan
authored andcommitted
Fix typo in packaging-projects (pypa#514)
1 parent fd3a90a commit a0b31a5

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
@@ -117,7 +117,7 @@ minimal set:
117117
to automatically discover all packages and subpackages. In this case, the
118118
list of packages will be `example_pkg` as that's the only package present.
119119
- ``classifiers`` tell the index and :ref:`pip` some additional metadata
120-
about your pckage. In this case, the package is only compatible with Python
120+
about your package. In this case, the package is only compatible with Python
121121
3, is licensed under the MIT license, and is OS-independent. You should
122122
always include at least which version(s) of Python your package works on,
123123
which license your package is available under, and which operating systems

0 commit comments

Comments
 (0)