Skip to content

Commit 1b5fa56

Browse files
authored
Update import name guidelines to use 'SHOULD' for intermediate names
1 parent fd45ce7 commit 1b5fa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/specifications/core-metadata.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ the project.
745745

746746
Projects SHOULD list all the shortest import names that are exclusively provided
747747
by the project. If any of the shortest names are dotted names, all intervening
748-
names from that name to the top-level name should also be listed appropriately
748+
names from that name to the top-level name SHOULD also be listed appropriately
749749
in ``Import-Name`` and/or ``Import-Namespace``.
750750

751751
If a project lists the same name in both ``Import-Name`` and
@@ -800,7 +800,7 @@ project.
800800

801801
Projects SHOULD list all the shortest import names that are exclusively provided
802802
by the project. If any of the shortest names are dotted names, all intervening
803-
names from that name to the top-level name should also be listed appropriately
803+
names from that name to the top-level name SHOULD also be listed appropriately
804804
in ``Import-Name`` and/or ``Import-Namespace``.
805805

806806
The import names listed in this field MUST be importable when the project is

0 commit comments

Comments
 (0)