File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments