Skip to content

Commit 3b42e3f

Browse files
authored
Syntax fixes
1 parent 0335a1f commit 3b42e3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ How do distribution package names and import package names compare?
8282

8383
Import packages should have valid Python identifiers as their name (the
8484
: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
8686
separator and they are case-sensitive.
8787

8888
On the other hand, distribution packages can use hyphens ``-`` or
@@ -96,7 +96,6 @@ precise rules are given in the :ref:`name normalization specification
9696

9797

9898

99-
-
10099
---------------------------
101100

102101
.. [#non-identifier-mod-name] Although is technically possible

0 commit comments

Comments
 (0)