File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ How do distribution package names and import package names compare?
82
82
83
83
Import packages should have valid Python identifiers as their name (the
84
84
:ref: `exact rules <python:identifiers >` are found in the Python
85
- documentation) #[ non-identifier-mod-name]_. In particular, they use underscores ``_ `` as word
85
+ documentation) [ # non-identifier-mod-name ]_. In particular, they use underscores ``_ `` as word
86
86
separator and they are case-sensitive.
87
87
88
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
96
97
97
98
98
99
- -
100
99
---------------------------
101
100
102
101
.. [#non-identifier-mod-name ] Although is technically possible
You can’t perform that action at this time.
0 commit comments