From: Brett Cannon Date: Sat, 11 Aug 2012 23:41:27 +0000 (-0400) Subject: Minor doc formatting cleanup. X-Git-Tag: v3.3.0rc1~145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6e8581449fe427668a0ccd53cdbd6d477835966;p=thirdparty%2FPython%2Fcpython.git Minor doc formatting cleanup. --- diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst index 4cdb4f2abbc2..1ecee0bebb7e 100644 --- a/Doc/library/importlib.rst +++ b/Doc/library/importlib.rst @@ -153,8 +153,8 @@ are also provided to help in implementing the core ABCs. .. method:: invalidate_caches() An optional method which, when called, should invalidate any internal - cache used by the finder. Used by :func:`invalidate_caches()` when - invalidating the caches of all finders on :data:`sys.meta_path`. + cache used by the finder. Used by :func:`importlib.invalidate_caches` + when invalidating the caches of all finders on :data:`sys.meta_path`. .. class:: PathEntryFinder @@ -187,7 +187,7 @@ are also provided to help in implementing the core ABCs. .. method:: invalidate_caches() An optional method which, when called, should invalidate any internal - cache used by the finder. Used by :meth:`PathFinder.invalidate_caches()` + cache used by the finder. Used by :meth:`PathFinder.invalidate_caches` when invalidating the caches of all cached finders.