[Python-checkins] Improve grammar in the import system reference documentation (GH-18209)

Miss Islington (bot) webhook-mailer at python.org
Mon Feb 10 17:37:51 EST 2020


https://github.com/python/cpython/commit/8ef9e6d59aedfd91cbd42b421c34a6c935ef7b25
commit: 8ef9e6d59aedfd91cbd42b421c34a6c935ef7b25
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020年02月10日T14:37:45-08:00
summary:
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 at gmail.com>
files:
M Doc/reference/import.rst
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index c6f6d030d2ac3..1c98aab7d83aa 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.
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /