Skip to content

Commit 1365736

Browse files
Improve grammar in the import system reference documentation (GH-18209)
Replaced the period with a comma. Automerge-Triggered-By: @Mariatta (cherry picked from commit d47d0c8) Co-authored-by: Bonifacio de Oliveira <[email protected]>
1 parent 2e8097d commit 1365736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/import.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ module. ``find_spec()`` returns a fully populated spec for the module.
856856
This spec will always have "loader" set (with one exception).
857857

858858
To indicate to the import machinery that the spec represents a namespace
859-
:term:`portion`. the path entry finder sets "loader" on the spec to
859+
:term:`portion`, the path entry finder sets "loader" on the spec to
860860
``None`` and "submodule_search_locations" to a list containing the
861861
portion.
862862

0 commit comments

Comments
 (0)