diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:21:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-23 16:21:57 (GMT) |
commit | 2a6145290be7aec586c170ce7e405fb3813f39fd (patch) | |
tree | e11049c936061e28d6a3ca57c5b132f2c1205531 /Doc/reference | |
parent | ae2ee96ad797435963e9aa13d54d52db765486c9 (diff) | |
parent | a4d170d985df52d3fedf908c158824c057c9b7c6 (diff) | |
download | cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.zip cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.tar.gz cpython-2a6145290be7aec586c170ce7e405fb3813f39fd.tar.bz2 |
Removed spaces before commas and periods.
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/import.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst index e5cb8d9..a9723ec 100644 --- a/Doc/reference/import.rst +++ b/Doc/reference/import.rst @@ -626,7 +626,7 @@ The Path Based Finder As mentioned previously, Python comes with several default meta path finders. One of these, called the :term:`path based finder` -(:class:`~importlib.machinery.PathFinder`) , searches an :term:`import path`, +(:class:`~importlib.machinery.PathFinder`), searches an :term:`import path`, which contains a list of :term:`path entries <path entry>`. Each path entry names a location to search for modules. |