Skip to content

Commit 176f956

Browse files
jeanassinoroc
andauthored
Update source/discussions/distribution-package-vs-import-package.rst
Co-authored-by: sinoroc <[email protected]>
1 parent 3518185 commit 176f956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ particular, they use underscores ``_`` as word separator and they are
7979
case-sensitive.
8080

8181
On the other hand, distribution packages can use hyphens ``-`` or
82-
underscores ``.``. They can also contain dots ``.``, which is sometimes
82+
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

0 commit comments

Comments
 (0)