]> 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:36:58 +0000 (14:36 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 22:36:58 +0000 (14:36 -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 50a7562e3ae7a7d3ae12ab271c0fd816055bfdd4..0ba04e497e5c2cb215277811e274260e34697f8d 100644 (file)
@@ -856,7 +856,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.