Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d47d0c8

Browse files
authored
Improve grammar in the import system reference documentation (GH-18209)
Replaced the period with a comma. Automerge-Triggered-By: @Mariatta
1 parent 5428f48 commit d47d0c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/import.rst

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

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

0 commit comments

Comments
 (0)