File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments