Skip to content

Commit 6da09cd

Browse files
committed
More improvements
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 6f4f26b commit 6da09cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/operators/decoder_nvimgcodec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def register_as_decoder_plugin(module_path: str | None = None) -> bool:
187187
"""Register as a preferred decoder plugin with supported decoder classes.
188188
189189
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
190+
Furthermore, the properties of ``available_plugins`` returns sorted labels only but not the Callables or
191191
their module and function names, and the function ``remove_plugin`` only returns a boolean.
192192
So there is no way to remove the available plugins before adding them back after this plugin is added.
193193

0 commit comments

Comments
 (0)