Skip to content

Commit 790e7cf

Browse files
authored
Update source/discussions/distribution-package-vs-import-package.rst
1 parent 176f956 commit 790e7cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/discussions/distribution-package-vs-import-package.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ underscores ``_``. They can also contain dots ``.``, which is sometimes
8383
used for packaging a subpackage of a :ref:`namespace package
8484
<packaging-namespace-packages>`. For most purposes, they are insensitive
8585
to case and to ``-`` vs. ``_`` differences, e.g., ``pip install
86-
Awesome_Package`` is the same as ``pip install awesome-package``.
86+
Awesome_Package`` is the same as ``pip install awesome-package`` (the precise rules
87+
are given in the :ref:`name normalization
88+
specification <name-normalization>`).
8789

8890

8991
.. _PyPI: https://pypi.org

0 commit comments

Comments
 (0)