Merge branch 'better-spellchecking' into 'v3'
Add spellchecking for camelCase, PascalCase, and kebab-case See merge request openflexure/openflexure-microscope-server!502
This commit is contained in:
commit
f5c907e62d
9 changed files with 40 additions and 8 deletions
|
|
@ -40,7 +40,7 @@ class BackgroundDetectAlgorithm(lt.Thing):
|
|||
"""Initialise and create the lock."""
|
||||
if self.display_name == "Base Detector":
|
||||
raise NotImplementedError(
|
||||
"Do not try to use the BackgroungDetectAlgorithm directly. "
|
||||
"Do not try to use the BackgroundDetectAlgorithm directly. "
|
||||
" Use a subclass"
|
||||
)
|
||||
super().__init__(thing_server_interface)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue