We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4f26b commit 6da09cdCopy full SHA for 6da09cd
1 file changed
monai/deploy/operators/decoder_nvimgcodec.py
@@ -187,7 +187,7 @@ def register_as_decoder_plugin(module_path: str | None = None) -> bool:
187
"""Register as a preferred decoder plugin with supported decoder classes.
188
189
The Decoder class does not support sorting the plugins and uses the order in which plugins were added.
190
- Further more, the properties of ``available_plugins`` returns sorted labels only but not the Callables or
+ Furthermore, the properties of ``available_plugins`` returns sorted labels only but not the Callables or
191
their module and function names, and the function ``remove_plugin`` only returns a boolean.
192
So there is no way to remove the available plugins before adding them back after this plugin is added.
193
0 commit comments