We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0335a1f commit 3b42e3fCopy full SHA for 3b42e3f
1 file changed
source/discussions/distribution-package-vs-import-package.rst
@@ -82,7 +82,7 @@ How do distribution package names and import package names compare?
82
83
Import packages should have valid Python identifiers as their name (the
84
:ref:`exact rules <python:identifiers>` are found in the Python
85
-documentation) #[non-identifier-mod-name]_. In particular, they use underscores ``_`` as word
+documentation) [#non-identifier-mod-name]_. In particular, they use underscores ``_`` as word
86
separator and they are case-sensitive.
87
88
On the other hand, distribution packages can use hyphens ``-`` or
@@ -96,7 +96,6 @@ precise rules are given in the :ref:`name normalization specification
96
97
98
99
--
100
---------------------------
101
102
.. [#non-identifier-mod-name] Although is technically possible
0 commit comments