Fix trailing newlines and minor typo fixes

This commit is contained in:
luzpaz
2024-07-23 12:13:36 +00:00
committed by wwmayer
parent ec586668d9
commit a71f49f4f6
19 changed files with 29 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ class MeasureBasePython(ABC):
@abstractclassmethod
def isPrioritySelection(cls, selection):
"""Returns True if creation of this measurement should be priorized over other measurements for the given selection"""
"""Returns True if creation of this measurement should be prioritized over other measurements for the given selection"""
pass
@abstractclassmethod