]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Improve grammar in the import system reference documentation (GH-18209)
authorBonifacio de Oliveira <bonifacio.segundo@gmail.com>
Thu, 30 Jan 2020 02:23:50 +0000 (23:23 -0300)
committerGitHub <noreply@github.com>
Thu, 30 Jan 2020 02:23:50 +0000 (18:23 -0800)
Replaced the period with a comma.

Automerge-Triggered-By: @Mariatta
Doc/reference/import.rst

index 20a2ea69e2d2770b439c75f9083f722b79b9a0bd..4c36e15dc0606351c4fb78ca16936f4772145ac8 100644 (file)
@@ -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.