Skip to content

Commit 8ef9e6d

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 021a569 commit 8ef9e6d

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
@@ -855,7 +855,7 @@ module. ``find_spec()`` returns a fully populated spec for the module.
855855
This spec will always have "loader" set (with one exception).
856856

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

0 commit comments

Comments
 (0)