summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-02-10 14:37:46 -0800
committerGitHub <noreply@github.com>2020-02-10 14:37:45 -0800
commit8ef9e6d59aedfd91cbd42b421c34a6c935ef7b25 (patch)
tree7266dc01479bec804eab44f93ec12e3062c00a0e
parent021a5694ede9d7be119f9ceb3ee7e8e518ec5002 (diff)
downloadcpython-git-8ef9e6d59aedfd91cbd42b421c34a6c935ef7b25.tar.gz
Improve grammar in the import system reference documentation (GH-18209)
Replaced the period with a comma. Automerge-Triggered-By: @Mariatta (cherry picked from commit d47d0c8e9f2ca0f9f5d1bf0b35006a9a4d5ca684) Co-authored-by: Bonifacio de Oliveira <bonifacio.segundo@gmail.com>
-rw-r--r--Doc/reference/import.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index c6f6d030d2..1c98aab7d8 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -855,7 +855,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.