Skip to content

Commit

Permalink
Improve grammar in the import system reference documentation (pythonG…
Browse files Browse the repository at this point in the history
…H-18209)

Replaced the period with a comma.

Automerge-Triggered-By: @Mariatta
  • Loading branch information
Bonifacio2 committed Jan 30, 2020
1 parent 5428f48 commit d47d0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/import.rst
Expand Up @@ -857,7 +857,7 @@ module. ``find_spec()`` returns a fully populated spec for the module.
This spec will always have "loader" set (with one exception).

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

Expand Down

0 comments on commit d47d0c8

Please sign in to comment.