Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/specifications/core-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ the project.

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

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

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

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