We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e51edc commit b441667Copy full SHA for b441667
bioio/plugins.py
@@ -335,7 +335,7 @@ def get_plugins(use_cache: bool) -> Dict[str, List[PluginEntry]]:
335
skip plugins that are incompatible.
336
* This default ordering controls BioIO's automatic choice of reader based
337
on extension. A user can still override the order of candidate plugins
338
- for a given file via the ``plugin_priority`` argument on ``BioImage``.
+ for a given file via the ``reader`` argument on ``BioImage``.
339
"""
340
if use_cache and plugins_by_ext_cache:
341
return plugins_by_ext_cache.copy()
0 commit comments