We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a5f95 commit 6412478Copy full SHA for 6412478
importlib_metadata/docs/using.rst
@@ -232,9 +232,9 @@ properties indicating the path to search and names to match and may
232
supply other relevant context.
233
234
What this means in practice is that to support finding distribution package
235
-metadata in locations other than the file system, you should derive from
236
-``Distribution`` and implement the ``load_metadata()`` method. Then from
237
-your finder, return instances of this derived ``Distribution`` in the
+metadata in locations other than the file system, subclass
+``Distribution`` and implement the abstract methods. Then from
+a custom finder, return instances of this derived ``Distribution`` in the
238
``find_distributions()`` method.
239
240
0 commit comments