summaryrefslogtreecommitdiff
path: root/Doc/reference
diff options
context:
space:
mode:
authorBonifacio de Oliveira <bonifacio.segundo@gmail.com>2020-01-29 23:23:50 -0300
committerGitHub <noreply@github.com>2020-01-29 18:23:50 -0800
commitd47d0c8e9f2ca0f9f5d1bf0b35006a9a4d5ca684 (patch)
tree3484683574cba7f6a541a34a8227ca69c91b94a1 /Doc/reference
parent5428f48b6308c7fd71636077f2ebc307c9a53d03 (diff)
downloadcpython-git-d47d0c8e9f2ca0f9f5d1bf0b35006a9a4d5ca684.tar.gz
Improve grammar in the import system reference documentation (GH-18209)
Replaced the period with a comma. Automerge-Triggered-By: @Mariatta
Diffstat (limited to 'Doc/reference')
-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 20a2ea69e2..4c36e15dc0 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -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.