]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor doc formatting cleanup.
authorBrett Cannon <brett@python.org>
Sat, 11 Aug 2012 23:41:27 +0000 (19:41 -0400)
committerBrett Cannon <brett@python.org>
Sat, 11 Aug 2012 23:41:27 +0000 (19:41 -0400)
Doc/library/importlib.rst

index 4cdb4f2abbc2b626e1984580491b66b6b52e78e1..1ecee0bebb7ec8160e379a7018374130dd3fe55d 100644 (file)
@@ -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.