Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6e8581

Browse files
committed
Minor doc formatting cleanup.
1 parent a2fe334 commit a6e8581

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/importlib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ are also provided to help in implementing the core ABCs.
153153
.. method:: invalidate_caches()
154154

155155
An optional method which, when called, should invalidate any internal
156-
cache used by the finder. Used by :func:`invalidate_caches()` when
157-
invalidating the caches of all finders on :data:`sys.meta_path`.
156+
cache used by the finder. Used by :func:`importlib.invalidate_caches`
157+
when invalidating the caches of all finders on :data:`sys.meta_path`.
158158

159159

160160
.. class:: PathEntryFinder
@@ -187,7 +187,7 @@ are also provided to help in implementing the core ABCs.
187187
.. method:: invalidate_caches()
188188

189189
An optional method which, when called, should invalidate any internal
190-
cache used by the finder. Used by :meth:`PathFinder.invalidate_caches()`
190+
cache used by the finder. Used by :meth:`PathFinder.invalidate_caches`
191191
when invalidating the caches of all cached finders.
192192

193193

0 commit comments

Comments
 (0)