]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Improve grammar in the import system reference documentation (GH-18209)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Feb 2020 22:37:46 +0000 (14:37 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 22:37:45 +0000 (14:37 -0800)
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>
Doc/reference/import.rst

index c6f6d030d2ac3f8dce902f1c45759642665c91bc..1c98aab7d83aadb138ce98faa758b0545cf2f598 100644 (file)
@@ -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.