From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 10 Feb 2020 22:36:58 +0000 (-0800) Subject: Improve grammar in the import system reference documentation (GH-18209) X-Git-Tag: v3.7.7rc1~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13657368328f4e2320e4e3c0fe5ee88f5cbbfe1d;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index 50a7562e3ae7..0ba04e497e5c 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -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.