Skip to content

Commit a7592e8

Browse files
committed
Rewrap
1 parent 92380ec commit a7592e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ underscores ``_``. They can also contain dots ``.``, which is sometimes
8686
used for packaging a subpackage of a :ref:`namespace package
8787
<packaging-namespace-packages>`. For most purposes, they are insensitive
8888
to case and to ``-`` vs. ``_`` differences, e.g., ``pip install
89-
Awesome_Package`` is the same as ``pip install awesome-package`` (the precise rules
90-
are given in the :ref:`name normalization
91-
specification <name-normalization>`).
89+
Awesome_Package`` is the same as ``pip install awesome-package`` (the
90+
precise rules are given in the :ref:`name normalization specification
91+
<name-normalization>`).
9292

9393

9494
.. _PyPI: https://pypi.org

0 commit comments

Comments
 (0)