Skip to content

Commit b441667

Browse files
fix typo
1 parent 3e51edc commit b441667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioio/plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def get_plugins(use_cache: bool) -> Dict[str, List[PluginEntry]]:
335335
skip plugins that are incompatible.
336336
* This default ordering controls BioIO's automatic choice of reader based
337337
on extension. A user can still override the order of candidate plugins
338-
for a given file via the ``plugin_priority`` argument on ``BioImage``.
338+
for a given file via the ``reader`` argument on ``BioImage``.
339339
"""
340340
if use_cache and plugins_by_ext_cache:
341341
return plugins_by_ext_cache.copy()

0 commit comments

Comments
 (0)