Skip to content

Commit

Permalink
Make the type of finder needed in register_finder explicit (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore authored Oct 19, 2024
1 parent 8219906 commit 49f8f14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ Functions
to load a package. The callable is called
with a single argument -- the Python module object
corresponding to the package -- and must return a
finder for that package.
finder (compatible with the :class:`ResourceFinder`)
for that package.

Classes
^^^^^^^
Expand Down

0 comments on commit 49f8f14

Please sign in to comment.