summaryrefslogtreecommitdiffstats
path: root/Doc/library/importlib.rst
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-08-11 23:41:27 (GMT)
committerBrett Cannon <brett@python.org>2012-08-11 23:41:27 (GMT)
commita6e8581449fe427668a0ccd53cdbd6d477835966 (patch)
tree5bf2825c22ed18bdf0594028f3783f03ab3c5a2d /Doc/library/importlib.rst
parenta2fe334081295d53048dd78d16fb4352303a4991 (diff)
downloadcpython-a6e8581449fe427668a0ccd53cdbd6d477835966.zip
cpython-a6e8581449fe427668a0ccd53cdbd6d477835966.tar.gz
cpython-a6e8581449fe427668a0ccd53cdbd6d477835966.tar.bz2
Minor doc formatting cleanup.
Diffstat (limited to 'Doc/library/importlib.rst')
-rw-r--r--Doc/library/importlib.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 4cdb4f2..1ecee0b 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.